]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.gcc
note that drawpoint only takes into account pen color like the _other_ toolkit. ...
[wxWidgets.git] / tests / makefile.gcc
index e66d425be3a8cefe4df3d63aa278394dc01560f7..7d8bd8b5d337e4f26056d52b2227ec10961cb814 100644 (file)
@@ -26,6 +26,7 @@ TEST_OBJECTS =  \
        $(OBJS)\test_formatconverter.o \
        $(OBJS)\test_regex.o \
        $(OBJS)\test_wxregex.o \
+       $(OBJS)\test_filename.o \
        $(OBJS)\test_filesys.o \
        $(OBJS)\test_arrays.o \
        $(OBJS)\test_hashes.o \
@@ -39,7 +40,8 @@ TEST_OBJECTS =  \
        $(OBJS)\test_filestream.o \
        $(OBJS)\test_memstream.o \
        $(OBJS)\test_zlibstream.o \
-       $(OBJS)\test_fontmap.o
+       $(OBJS)\test_fontmap.o \
+       $(OBJS)\test_datetime.o
 
 ### Conditionally set variables: ###
 
@@ -181,6 +183,9 @@ $(OBJS)\test_regex.o: ./regex/regex.cpp
 $(OBJS)\test_wxregex.o: ./regex/wxregex.cpp
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
 
+$(OBJS)\test_filename.o: ./filename/filename.cpp
+       $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
+
 $(OBJS)\test_filesys.o: ./filesys/filesys.cpp
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
 
@@ -223,4 +228,7 @@ $(OBJS)\test_zlibstream.o: ./streams/zlibstream.cpp
 $(OBJS)\test_fontmap.o: ./fontmap/fontmap.cpp
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
 
+$(OBJS)\test_datetime.o: ./datetime/datetime.cpp
+       $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
+
 .PHONY: all clean data