mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 23:49:44 +08:00
Removed unit test dependency
This commit is contained in:
parent
915e923e35
commit
292e43b41b
@ -72,10 +72,10 @@ unix_unit_test: $(LUA_SOURCES) Makefile ../test/unit_test.c
|
||||
# If not so, this can break some on some Linux distros which use
|
||||
# "-Wl,--as-needed" turned on by default in cc command.
|
||||
# Also, this is turned in many other distros in static linkage builds.
|
||||
$(PROG): $(TINY_SOURCES) unix_unit_test
|
||||
$(PROG): $(TINY_SOURCES)
|
||||
$(CC) $(TINY_SOURCES) -o $@ $(CFLAGS)
|
||||
|
||||
$(PROG)-lua: $(LUA_SOURCES) unix_unit_test
|
||||
$(PROG)-lua: $(LUA_SOURCES)
|
||||
$(CC) $(LUA_SOURCES) -o $@ $(LUA_SQLITE_FLAGS) $(CFLAGS)
|
||||
|
||||
unix: $(PROG) $(PROG)-lua
|
||||
|
Loading…
x
Reference in New Issue
Block a user