]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
Store the result of wxWindow::NewControlId() in wxWindowIDRef.
[wxWidgets.git] / tests / Makefile.in
index 90b2855e4a7d18f13cd728c95000997b1575d824..d26a68fd06dfb38984ea0f85c9eb00a720187c0c 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 \
@@ -78,6 +79,8 @@ TEST_OBJECTS =  \
        test_formatconvertertest.o \
        test_fswatchertest.o \
        test_hashes.o \
+       test_output.o \
+       test_input.o \
        test_intltest.o \
        test_lists.o \
        test_logtest.o \
@@ -86,6 +89,7 @@ TEST_OBJECTS =  \
        test_mbconvtest.o \
        test_dynamiclib.o \
        test_environ.o \
+       test_metatest.o \
        test_misctests.o \
        test_module.o \
        test_pathlist.o \
@@ -409,6 +413,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
 
@@ -436,6 +443,12 @@ test_fswatchertest.o: $(srcdir)/fswatcher/fswatchertest.cpp $(TEST_ODEP)
 test_hashes.o: $(srcdir)/hashes/hashes.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/hashes/hashes.cpp
 
+test_output.o: $(srcdir)/interactive/output.cpp $(TEST_ODEP)
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/interactive/output.cpp
+
+test_input.o: $(srcdir)/interactive/input.cpp $(TEST_ODEP)
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/interactive/input.cpp
+
 test_intltest.o: $(srcdir)/intl/intltest.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/intl/intltest.cpp
 
@@ -460,6 +473,9 @@ test_dynamiclib.o: $(srcdir)/misc/dynamiclib.cpp $(TEST_ODEP)
 test_environ.o: $(srcdir)/misc/environ.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/misc/environ.cpp
 
+test_metatest.o: $(srcdir)/misc/metatest.cpp $(TEST_ODEP)
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/misc/metatest.cpp
+
 test_misctests.o: $(srcdir)/misc/misctests.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/misc/misctests.cpp