From ab67ba5e161c4d65128fc5eada6845a543464759 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 30 Dec 2010 19:00:16 +0100 Subject: Move test program to tools directory The current test programs are tools rather than automatic tests. To conform better to the the usage of "make check", move the current tools over the appropriate directory. Also drop the grail-touch program, as it will be replaced by the utouch-frame package. Signed-off-by: Henrik Rydberg --- test/Makefile.am | 9 --------- 1 file changed, 9 deletions(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 8ffbe09..e69de29 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,9 +0,0 @@ -bin_PROGRAMS = grail-touch grail-gesture - -INCLUDES=-I$(top_srcdir)/include/ - -grail_touch_SOURCES = grail-touch.c -grail_touch_LDFLAGS = -L$(top_builddir)/src/.libs/ -lutouch-grail -lmtdev -lm - -grail_gesture_SOURCES = grail-gesture.c -grail_gesture_LDFLAGS = -L$(top_builddir)/src/.libs/ -lutouch-grail -lmtdev -lm -- cgit v1.2.3