]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
Merged GSOC Ribbon work from SOC2009_RIBBON branch into trunk.
[wxWidgets.git] / tests / Makefile.in
index ac17216617813d52699fa54c75cdd0f48abdc35f..fcc3680ff7b8176b9602da0b809b5b7fe198fbf4 100644 (file)
@@ -65,6 +65,7 @@ TEST_OBJECTS =  \
        test_evthandler.o \
        test_timertest.o \
        test_exec.o \
+       test_filetest.o \
        test_filekind.o \
        test_filenametest.o \
        test_filesystest.o \
@@ -378,6 +379,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_filetest.o: $(srcdir)/file/filetest.cpp $(TEST_ODEP)
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/file/filetest.cpp
+
 test_filekind.o: $(srcdir)/filekind/filekind.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/filekind/filekind.cpp