]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.gcc
remove some tests from the console sample:
[wxWidgets.git] / tests / makefile.gcc
index a6bff86db078e084faf373aa3511f775a87aba13..9edc69b7f34a5082bd10b173db78a9c7d3500c7d 100644 (file)
@@ -60,6 +60,8 @@ TEST_OBJECTS =  \
        $(OBJS)\test_convautotest.o \\r
        $(OBJS)\test_mbconvtest.o \\r
        $(OBJS)\test_misctests.o \\r
+       $(OBJS)\test_module.o \\r
+       $(OBJS)\test_pathlist.o \\r
        $(OBJS)\test_typeinfotest.o \\r
        $(OBJS)\test_ipc.o \\r
        $(OBJS)\test_socket.o \\r
@@ -472,6 +474,12 @@ $(OBJS)\test_mbconvtest.o: ./mbconv/mbconvtest.cpp
 $(OBJS)\test_misctests.o: ./misc/misctests.cpp\r
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<\r
 \r
+$(OBJS)\test_module.o: ./misc/module.cpp\r
+       $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<\r
+\r
+$(OBJS)\test_pathlist.o: ./misc/pathlist.cpp\r
+       $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<\r
+\r
 $(OBJS)\test_typeinfotest.o: ./misc/typeinfotest.cpp\r
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<\r
 \r