Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
f18ac3e0
Commit
f18ac3e0
authored
Aug 19, 2013
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed test invokation
parent
d8596fae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Makefile
build/Makefile
+2
-3
No files found.
build/Makefile
View file @
f18ac3e0
...
...
@@ -160,8 +160,7 @@ cocoa: Mongoose
V
=
`
perl
-lne
'/define\s+MONGOOSE_VERSION\s+"(\S+)"/ and print $$1'
../mongoose.c
`
;
DIR
=
dmg/Mongoose.app
&&
rm
-rf
$$
DIR
&&
mkdir
-p
$$
DIR/Contents/
{
MacOS,Resources
}
&&
install
-m
644 mongoose_
*
.png
$$
DIR/Contents/Resources/
&&
install
-m
644 Info.plist
$$
DIR/Contents/
&&
install
-m
755 Mongoose
$$
DIR/Contents/MacOS/
&&
ln
-fs
/Applications dmg/
;
hdiutil create Mongoose_
$$
V.dmg
-volname
"Mongoose
$$
V"
-srcfolder
dmg
-ov
#; rm -rf dmg
un
:
$(CC)
test
/unit_test.c
-o
unit_test
-I
.
-I
$(LUA)
$(LUA_SOURCES)
\
$(CFLAGS)
-g
-O0
$(CC)
../test/unit_test.c
-o
unit_test lua_5.2.1.c
$(CFLAGS)
-g
-O0
./unit_test
wi
:
...
...
@@ -197,7 +196,7 @@ cygwin:
-lws2_32
-ladvapi32
-o
$(PROG)
.exe
tests
:
perl
test
/test.pl
$(TEST)
perl
../
test/test.pl
$(TEST)
tarball
:
clean
F
=
mongoose-
`
perl
-lne
'/define\s+MONGOOSE_VERSION\s+"(\S+)"/ and print $$1'
../mongoose.c
`
.tgz
;
cd
../..
&&
tar
-czf
x mongoose/
{
LICENSE,examples,test,build,
*
.[ch],
*
.md
}
&&
mv
x mongoose/
$$
F
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment