src/server/test/Makefile

changeset 504
c094afcdfb27
parent 287
a171da778817
equal deleted inserted replaced
503:aeaf7db26fac 504:c094afcdfb27
27 # 27 #
28 28
29 TEST_CFLAGS = 29 TEST_CFLAGS =
30 30
31 $(TEST_OBJPRE)%.o: test/%.c 31 $(TEST_OBJPRE)%.o: test/%.c
32 $(CC) -o $@ -c $(TEST_CFLAGS) $(CFLAGS) $< 32 $(CC) -o $@ -c $(WS_CFLAGS) $(TEST_CFLAGS) $(CFLAGS) $<
33 33
34 $(TEST_OBJPRE)%.o: test/%.cpp
35 $(CXX) -o $@ -c $(TEST_CFLAGS) $(CFLAGS) $<
36 34

mercurial