]> git.street.me.uk Git - andy/viking.git/blobdiff - test/Makefile.am
Be more explicit that the return value of g_printf() is ignored.
[andy/viking.git] / test / Makefile.am
index f1b7a5e5625de6cdde6fa235e90b2f8752486c4f..762a0811921e116b76e20f649ed77ab509913055 100644 (file)
@@ -7,16 +7,22 @@ LDADD           += -lgps
 endif
 
 TESTS = check_degrees_conversions.sh \
+       check_babel.sh \
+       check_gpx.sh \
        check_metatile.sh
 if GEOTAG
 TESTS += check_geotag.sh
 endif
+if MD5_HASH
+TESTS += check_md5_hash.sh
+endif
 
 check_PROGRAMS = degrees_converter \
        gpx2gpx \
        test_vikgotoxmltool \
        test_coord_conversion \
        test_babel \
+       test_md5_hash \
        test_metatile
 
 if GEOTAG
@@ -24,13 +30,21 @@ check_PROGRAMS += geotag_read geotag_write
 endif
 
 check_SCRIPTS = check_degrees_conversions.sh \
+       check_gpx.sh \
        check_metatile.sh
 if GEOTAG
 check_SCRIPTS += check_geotag.sh
 endif
+if MD5_HASH
+check_SCRIPTS += check_md5_hash.sh
+endif
 
 # Scripts and the test data that they use
 EXTRA_DIST = check_degrees_conversions.sh \
+       check_babel.sh \
+       check_gpx.sh \
+       SF\#022.gpx \
+       check_md5_hash.sh \
        check_metatile.sh \
        metatile_example/13/0/0/250/220/0.meta \
        check_geotag.sh \
@@ -74,6 +88,11 @@ test_babel_LDADD = \
   $(top_builddir)/src/libviking.a \
   $(LDADD)
 
+test_md5_hash_SOURCES = test_md5_hash.c
+test_md5_hash_LDADD = \
+  $(top_builddir)/src/libviking.a \
+  $(LDADD)
+
 test_metatile_SOURCES = test_metatile.c
 test_metatile_LDADD = \
   $(top_builddir)/src/libviking.a \