]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
Move dir tests from the console sample to DirTestCase
[wxWidgets.git] / tests / Makefile.in
index 445d2ccb4d8ba856966ae1d956384fa797e9c747..233fd60181a27ff3abe88ce54b9cde55fd1c741f 100644 (file)
@@ -69,6 +69,7 @@ TEST_OBJECTS =  \
        test_stopwatch.o \
        test_timertest.o \
        test_exec.o \
+       test_dir.o \
        test_filefn.o \
        test_filetest.o \
        test_filekind.o \
@@ -410,6 +411,9 @@ test_timertest.o: $(srcdir)/events/timertest.cpp $(TEST_ODEP)
 test_exec.o: $(srcdir)/exec/exec.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/exec/exec.cpp
 
+test_dir.o: $(srcdir)/file/dir.cpp $(TEST_ODEP)
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/file/dir.cpp
+
 test_filefn.o: $(srcdir)/file/filefn.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/file/filefn.cpp