]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.gcc
using proper dylib for darwin
[wxWidgets.git] / tests / makefile.gcc
index 69c87613f0ea9e0a9a9c5d472a4268f9d4b80477..444adfe996341f5ac9b1b1c1987f8741174937a6 100644 (file)
@@ -45,6 +45,7 @@ TEST_OBJECTS =  \
        $(OBJS)\test_stopwatch.o \\r
        $(OBJS)\test_timertest.o \\r
        $(OBJS)\test_exec.o \\r
+       $(OBJS)\test_dir.o \\r
        $(OBJS)\test_filefn.o \\r
        $(OBJS)\test_filetest.o \\r
        $(OBJS)\test_filekind.o \\r
@@ -433,6 +434,9 @@ $(OBJS)\test_timertest.o: ./events/timertest.cpp
 $(OBJS)\test_exec.o: ./exec/exec.cpp\r
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<\r
 \r
+$(OBJS)\test_dir.o: ./file/dir.cpp\r
+       $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<\r
+\r
 $(OBJS)\test_filefn.o: ./file/filefn.cpp\r
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<\r
 \r