]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.bcc
updating the comment as well
[wxWidgets.git] / tests / makefile.bcc
index f5d622f02e47add812a7036f845e3a9b81603b3e..6915d58ff47009c19ba2a97a475b1212890cdfa0 100644 (file)
@@ -57,6 +57,7 @@ TEST_OBJECTS =  \
        $(OBJS)\test_longlongtest.obj \
        $(OBJS)\test_convautotest.obj \
        $(OBJS)\test_mbconvtest.obj \
+       $(OBJS)\test_misctests.obj \
        $(OBJS)\test_ipc.obj \
        $(OBJS)\test_regextest.obj \
        $(OBJS)\test_wxregextest.obj \
@@ -424,6 +425,9 @@ $(OBJS)\test_convautotest.obj: .\mbconv\convautotest.cpp
 $(OBJS)\test_mbconvtest.obj: .\mbconv\mbconvtest.cpp
        $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\mbconv\mbconvtest.cpp
 
+$(OBJS)\test_misctests.obj: .\misc\misctests.cpp
+       $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\misc\misctests.cpp
+
 $(OBJS)\test_ipc.obj: .\net\ipc.cpp
        $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\net\ipc.cpp