+test_hashes.o: $(srcdir)/hashes/hashes.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_longlong.o: $(srcdir)/longlong/longlong.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_strings.o: $(srcdir)/strings/strings.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_stdstrings.o: $(srcdir)/strings/stdstrings.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_unicode.o: $(srcdir)/strings/unicode.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_crt.o: $(srcdir)/strings/crt.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_bstream.o: $(srcdir)/streams/bstream.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_ffilestream.o: $(srcdir)/streams/ffilestream.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_filestream.o: $(srcdir)/streams/filestream.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_memstream.o: $(srcdir)/streams/memstream.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_sstream.o: $(srcdir)/streams/sstream.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_zlibstream.o: $(srcdir)/streams/zlibstream.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_fontmap.o: $(srcdir)/fontmap/fontmap.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_datetime.o: $(srcdir)/datetime/datetime.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+