X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/109e2ca4349381ca7ed73f78795f1779c33143e5..6eb1e122cbefa9ad022935846eb2981880ea50ef:/tests/makefile.gcc?ds=inline diff --git a/tests/makefile.gcc b/tests/makefile.gcc index 69c87613f0..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 \ @@ -433,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) $<