diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2013-12-06 14:17:35 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2014-01-10 14:17:06 +1000 |
commit | 00496411169f7f8cb85ec73edc6f4093035fa659 (patch) | |
tree | 0f8761c81d95cf43e749cfe95dc600dbe6eb21b3 /Makefile.am | |
parent | 7d51d769a653f2a9910cbc0eedb52cbed573049c (diff) | |
download | libinput-00496411169f7f8cb85ec73edc6f4093035fa659.tar.gz |
Add the framework for a test suite
Just the scaffolding, no actual tests just yet
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4a2e09e5..07bfcd4c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = src doc +SUBDIRS = src doc test ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} |