X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/fb07e4d71c0315a0f7af12b3cf31194efa8c7542..403418567fee28846658ad7536c3ecc70118d206:/test/Makefile.am diff --git a/test/Makefile.am b/test/Makefile.am index 0c853088..f8334e29 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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)