]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.gcc
don't add \n, it's supposed to be part of the input
[wxWidgets.git] / tests / makefile.gcc
index 2fe6eb76fe1b88239e037fe2261f1350797257f7..c9274de0f0b3b4024cdd1c07d69fb145b46f380c 100644 (file)
@@ -23,6 +23,7 @@ TEST_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) -DHAVE_W32API_H \
 TEST_OBJECTS =  \
        $(OBJS)\test_test.o \
        $(OBJS)\test_main.o \
+       $(OBJS)\test_formatconverter.o \
        $(OBJS)\test_regex.o
 
 ### Conditionally set variables: ###
@@ -152,6 +153,9 @@ $(OBJS)\test_test.o: ./test.cpp
 $(OBJS)\test_main.o: ./mbconv/main.cpp
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
 
+$(OBJS)\test_formatconverter.o: ./formatconverter/formatconverter.cpp
+       $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
+
 $(OBJS)\test_regex.o: ./regex/regex.cpp
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<