+$(OBJS)\test_fontmaptest.o: ./fontmap/fontmaptest.cpp
+ $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
+
+$(OBJS)\test_formatconvertertest.o: ./formatconverter/formatconvertertest.cpp
+ $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
+
+$(OBJS)\test_hashes.o: ./hashes/hashes.cpp
+ $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
+
+$(OBJS)\test_longlongtest.o: ./longlong/longlongtest.cpp
+ $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
+
+$(OBJS)\test_mbconvtest.o: ./mbconv/mbconvtest.cpp
+ $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
+
+$(OBJS)\test_regextest.o: ./regex/regextest.cpp
+ $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
+
+$(OBJS)\test_wxregextest.o: ./regex/wxregextest.cpp