X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69fc85873dfe7a9ea4f25ffc34bec7c0ee719368..ed0a9eca578a6df7c3c172a9801dd30d6615dbb2:/tests/makefile.gcc diff --git a/tests/makefile.gcc b/tests/makefile.gcc index fccd347e5c..444adfe996 100644 --- a/tests/makefile.gcc +++ b/tests/makefile.gcc @@ -45,6 +45,7 @@ TEST_OBJECTS = \ $(OBJS)\test_stopwatch.o \ $(OBJS)\test_timertest.o \ $(OBJS)\test_exec.o \ + $(OBJS)\test_dir.o \ $(OBJS)\test_filefn.o \ $(OBJS)\test_filetest.o \ $(OBJS)\test_filekind.o \ @@ -62,6 +63,7 @@ TEST_OBJECTS = \ $(OBJS)\test_mbconvtest.o \ $(OBJS)\test_dynamiclib.o \ $(OBJS)\test_environ.o \ + $(OBJS)\test_metatest.o \ $(OBJS)\test_misctests.o \ $(OBJS)\test_module.o \ $(OBJS)\test_pathlist.o \ @@ -432,6 +434,9 @@ $(OBJS)\test_timertest.o: ./events/timertest.cpp $(OBJS)\test_exec.o: ./exec/exec.cpp $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< +$(OBJS)\test_dir.o: ./file/dir.cpp + $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< + $(OBJS)\test_filefn.o: ./file/filefn.cpp $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< @@ -483,6 +488,9 @@ $(OBJS)\test_dynamiclib.o: ./misc/dynamiclib.cpp $(OBJS)\test_environ.o: ./misc/environ.cpp $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< +$(OBJS)\test_metatest.o: ./misc/metatest.cpp + $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< + $(OBJS)\test_misctests.o: ./misc/misctests.cpp $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<