]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/tests/Makefile.in
* add test data from head, so we can compare results
[citadel.git] / libcitadel / tests / Makefile.in
index 1c602c090a356f892f88ec42b7670b35a39d872e..4335cf635ca39edb7b0c3fb686f64c2fe1cf9e6c 100644 (file)
@@ -14,7 +14,7 @@ top_builddir=`pwd`
 
 # End of configuration section
 
-TARGETS=stringbuf_test stringbuf_IO_test stringbuf_conversion_test hashlist_test mimeparser_test
+TARGETS=stringbuf_test stringbuf_IO_test stringbuf_conversion_test hashlist_test mimeparser_test mime_xdg_lookup_test
 all: $(TARGETS)
 
 
@@ -58,6 +58,12 @@ mimeparser_test:     $(LIBOBJS) mimeparser_test.o
        ../.libs/libcitadel.a \
        -o mimeparser_test 
 
+mime_xdg_lookup_test:   $(LIBOBJS) mime_xdg_lookup_type.o 
+       $(CC) $(LDFLAGS) $(LIBOBJS) $(LIBS) \
+       mime_xdg_lookup_type.o \
+       ../.libs/libcitadel.a \
+       -o mime_xdg_lookup_test 
+
 .c.o:
        $(CC) $(CFLAGS) $(DEFS) -c  $<