]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.gcc
move all non-interactive FTP tests from the console sample to a new CppUnit FTPTestCa...
[wxWidgets.git] / tests / makefile.gcc
index 42d881e88e69f40f22dda5de216b1edb4f6f6d48..f93cc1b112828b953fbfe1846742ffc57ad23eb7 100644 (file)
@@ -93,6 +93,7 @@ TEST_OBJECTS =  \
        $(OBJS)\test_misc.o \\r
        $(OBJS)\test_queue.o \\r
        $(OBJS)\test_tls.o \\r
+       $(OBJS)\test_ftp.o \\r
        $(OBJS)\test_uris.o \\r
        $(OBJS)\test_url.o \\r
        $(OBJS)\test_vectors.o \\r
@@ -569,6 +570,9 @@ $(OBJS)\test_queue.o: ./thread/queue.cpp
 $(OBJS)\test_tls.o: ./thread/tls.cpp\r
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<\r
 \r
+$(OBJS)\test_ftp.o: ./uris/ftp.cpp\r
+       $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<\r
+\r
 $(OBJS)\test_uris.o: ./uris/uris.cpp\r
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<\r
 \r