X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/edcccd84c367a8c4f737edecf92a7b3904e95266..76ee04978931bcd1c570ac63833baeb25e506446:/tests/Makefile.in diff --git a/tests/Makefile.in b/tests/Makefile.in index 9923a9250e..d91b651e8e 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -41,6 +41,7 @@ TEST_OBJECTS = \ test_formatconverter.o \ test_regex.o \ test_wxregex.o \ + test_filename.o \ test_filesys.o \ test_arrays.o \ test_hashes.o \ @@ -141,6 +142,9 @@ test_regex.o: $(srcdir)/regex/regex.cpp test_wxregex.o: $(srcdir)/regex/wxregex.cpp $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< +test_filename.o: $(srcdir)/filename/filename.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + test_filesys.o: $(srcdir)/filesys/filesys.cpp $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<