diff options
| author | Henrik Rydberg <rydberg@bitmath.org> | 2010-08-05 19:33:58 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-05 22:48:38 +0200 |
| commit | 7559b3d7aa725cd75ee4e6746246205392fe1c0f (patch) | |
| tree | 364e0201c2bb4e853c5aaba0a61e5929fa857de2 /test | |
| parent | 8bbf06f8d0056ae30fdfaf260000e763fad2345c (diff) | |
Rename and install test binaries
Install the test programs as grail-touch and grail-gesture.
Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.am | 10 | ||||
| -rw-r--r-- | test/grail-gesture.c (renamed from test/grail.c) | 0 | ||||
| -rw-r--r-- | test/grail-touch.c (renamed from test/touch.c) | 0 |
3 files changed, 5 insertions, 5 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index e0498ba..4ccbe0a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | noinst_PROGRAMS = touch grail | 1 | bin_PROGRAMS = grail-touch grail-gesture |
| 2 | 2 | ||
| 3 | INCLUDES=-I$(top_srcdir)/include/ | 3 | INCLUDES=-I$(top_srcdir)/include/ |
| 4 | 4 | ||
| 5 | touch_SOURCES = touch.c | 5 | grail_touch_SOURCES = grail-touch.c |
| 6 | touch_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm | 6 | grail_touch_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm |
| 7 | 7 | ||
| 8 | grail_SOURCES = grail.c | 8 | grail_gesture_SOURCES = grail-gesture.c |
| 9 | grail_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm | 9 | grail_gesture_LDFLAGS = -L$(top_builddir)/src/.libs/ -lgrail -lmtdev -lm |
diff --git a/test/grail.c b/test/grail-gesture.c index f34bd6f..f34bd6f 100644 --- a/test/grail.c +++ b/test/grail-gesture.c | |||
diff --git a/test/touch.c b/test/grail-touch.c index 8893c0d..8893c0d 100644 --- a/test/touch.c +++ b/test/grail-touch.c | |||
