X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/edcccd84c367a8c4f737edecf92a7b3904e95266..5d3e7b52d84580c28df8f754b81363502f917ac7:/tests/makefile.bcc?ds=inline diff --git a/tests/makefile.bcc b/tests/makefile.bcc index eaff025745..56b18c7b93 100644 --- a/tests/makefile.bcc +++ b/tests/makefile.bcc @@ -35,6 +35,7 @@ TEST_OBJECTS = \ $(OBJS)\test_formatconverter.obj \ $(OBJS)\test_regex.obj \ $(OBJS)\test_wxregex.obj \ + $(OBJS)\test_filename.obj \ $(OBJS)\test_filesys.obj \ $(OBJS)\test_arrays.obj \ $(OBJS)\test_hashes.obj \ @@ -188,6 +189,9 @@ $(OBJS)\test_regex.obj: .\regex\regex.cpp $(OBJS)\test_wxregex.obj: .\regex\wxregex.cpp $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** +$(OBJS)\test_filename.obj: .\filename\filename.cpp + $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** + $(OBJS)\test_filesys.obj: .\filesys\filesys.cpp $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**