From 003bd703dd376be514d3c74d97a755f6dc51b713 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20A=2E=20Holm?= Date: Thu, 5 May 2011 14:29:34 +0200 Subject: [PATCH] Add roundgpx.t to the Makefiles And create tests/roundgpx/Makefile . 70716cd6-7713-11e0-b90f-a798e7952740 --- tests/Makefile | 3 ++- tests/roundgpx/Makefile | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 tests/roundgpx/Makefile diff --git a/tests/Makefile b/tests/Makefile index 94a096d..94dc990 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -5,6 +5,7 @@ all: ./run-tests.pl + cd addpoints && make cd gpst-file && make cd gpst-pic && make - cd addpoints && make + cd roundgpx && make diff --git a/tests/roundgpx/Makefile b/tests/roundgpx/Makefile new file mode 100644 index 0000000..acac801 --- /dev/null +++ b/tests/roundgpx/Makefile @@ -0,0 +1,7 @@ +#!/usr/bin/make + +# tests/roundgpx/Makefile +# File ID: 12d8e356-7713-11e0-9145-4d97cab4e3af + +all: + ./roundgpx.t -- 2.11.4.GIT