summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2011-03-29 10:45:19 +0200
committerHenrik Rydberg <rydberg@euromail.se>2011-04-28 18:43:10 +0200
commitfe42c6f1525eb7319113e26d752f1a44b8dc80d9 (patch)
treec3fb11448007bd747b10a657fffe6321d4db5be5 /test/Makefile.am
parent30b6637fe84813ad7119e92dd49df7e12692c694 (diff)
Add gesture transform unit tests
Start the gesture frame test suite with some basic coordinate mapping tests. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 106641d..584693a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -9,6 +9,7 @@ noinst_PROGRAMS = $(test_targets)
9 9
10check_grail_SOURCES = \ 10check_grail_SOURCES = \
11 check-mapping.c \ 11 check-mapping.c \
12 check-transform.c \
12 check-grail.c 13 check-grail.c
13 14
14check_grail_CFLAGS = \ 15check_grail_CFLAGS = \