]> git.street.me.uk Git - andy/viking.git/blobdiff - test/Makefile.am
Extend webtools with a bounds version for the URL which takes four string parameters.
[andy/viking.git] / test / Makefile.am
index 0c8530883ba293cb83be5b92e4b1c1ec1a3d9470..f8334e297b39e803f757c2a9920b27bd358f0220 100644 (file)
@@ -7,7 +7,7 @@ endif
 
 TESTS = check_degrees_conversions.sh
 
-check_PROGRAMS = degrees_converter gpx2gpx test_vikgotoxmltool
+check_PROGRAMS = degrees_converter gpx2gpx test_vikgotoxmltool test_coord_conversion
 
 check_SCRIPTS = check_degrees_conversions.sh
 
@@ -27,3 +27,8 @@ test_vikgotoxmltool_SOURCES = test_vikgotoxmltool.c
 test_vikgotoxmltool_LDADD = \
   $(top_builddir)/src/libviking.a \
   $(LDADD)
+
+test_coord_conversion_SOURCES = test_coord_conversion.c
+test_coord_conversion_LDADD = \
+  $(top_builddir)/src/libviking.a \
+  $(LDADD)