X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf8ee08b1bfb5680e2e199f3330ae93ef3a901a0..60509cc126c4e41c6a6c47949fa0c47e34d2bb27:/tests/makefile.bcc diff --git a/tests/makefile.bcc b/tests/makefile.bcc index 286725c4aa..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 \ @@ -47,7 +48,9 @@ TEST_OBJECTS = \ $(OBJS)\test_ffilestream.obj \ $(OBJS)\test_filestream.obj \ $(OBJS)\test_memstream.obj \ - $(OBJS)\test_zlibstream.obj + $(OBJS)\test_zlibstream.obj \ + $(OBJS)\test_fontmap.obj \ + $(OBJS)\test_datetime.obj ### Conditionally set variables: ### @@ -186,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) $** @@ -224,3 +230,9 @@ $(OBJS)\test_memstream.obj: .\streams\memstream.cpp $(OBJS)\test_zlibstream.obj: .\streams\zlibstream.cpp $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** + +$(OBJS)\test_fontmap.obj: .\fontmap\fontmap.cpp + $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** + +$(OBJS)\test_datetime.obj: .\datetime\datetime.cpp + $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**