Commit 96eb4890 authored by Sergey Lyubka's avatar Sergey Lyubka

Always invoking test

parent 079c99c4
......@@ -59,8 +59,7 @@ all:
mongoose.c: mod_lua.c mongoose.h Makefile
unix_unit_test: $(LUA_SOURCES) Makefile ../test/unit_test.c
$(CC) ../test/unit_test.c lua_5.2.1.c -o $@ $(CFLAGS) -g -O0
./$@
$(CC) ../test/unit_test.c lua_5.2.1.c $(CFLAGS) -g -O0 -o t && ./t
# Make sure that the compiler flags come last in the compilation string.
# If not so, this can break some on some Linux distros which use
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment