]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.gcc
Extract tags from private headers under wxMSW too.
[wxWidgets.git] / tests / makefile.gcc
index fccd347e5c8f0d26a02cd4251268deb127809023..444adfe996341f5ac9b1b1c1987f8741174937a6 100644 (file)
@@ -45,6 +45,7 @@ TEST_OBJECTS =  \
        $(OBJS)\test_stopwatch.o \\r
        $(OBJS)\test_timertest.o \\r
        $(OBJS)\test_exec.o \\r
+       $(OBJS)\test_dir.o \\r
        $(OBJS)\test_filefn.o \\r
        $(OBJS)\test_filetest.o \\r
        $(OBJS)\test_filekind.o \\r
@@ -62,6 +63,7 @@ TEST_OBJECTS =  \
        $(OBJS)\test_mbconvtest.o \\r
        $(OBJS)\test_dynamiclib.o \\r
        $(OBJS)\test_environ.o \\r
+       $(OBJS)\test_metatest.o \\r
        $(OBJS)\test_misctests.o \\r
        $(OBJS)\test_module.o \\r
        $(OBJS)\test_pathlist.o \\r
@@ -432,6 +434,9 @@ $(OBJS)\test_timertest.o: ./events/timertest.cpp
 $(OBJS)\test_exec.o: ./exec/exec.cpp\r
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<\r
 \r
+$(OBJS)\test_dir.o: ./file/dir.cpp\r
+       $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<\r
+\r
 $(OBJS)\test_filefn.o: ./file/filefn.cpp\r
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<\r
 \r
@@ -483,6 +488,9 @@ $(OBJS)\test_dynamiclib.o: ./misc/dynamiclib.cpp
 $(OBJS)\test_environ.o: ./misc/environ.cpp\r
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<\r
 \r
+$(OBJS)\test_metatest.o: ./misc/metatest.cpp\r
+       $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<\r
+\r
 $(OBJS)\test_misctests.o: ./misc/misctests.cpp\r
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<\r
 \r