]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
Correct the check for MRU menu items range.
[wxWidgets.git] / tests / Makefile.in
index 233fd60181a27ff3abe88ce54b9cde55fd1c741f..d26a68fd06dfb38984ea0f85c9eb00a720187c0c 100644 (file)
@@ -79,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 \
@@ -441,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