summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2013-10-16 19:37:44 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2013-10-17 01:51:16 +0200
commit7529cdaad9e9a52c93ed4d21c2fcccaf3313592c (patch)
tree059f8163cced163ed64dfb1d1d80f607afa6c978 /Makefile.am
parent7fc7bde666b3c1234e3d9612caa0388381881059 (diff)
downloadlibsigrokdecode-7529cdaad9e9a52c93ed4d21c2fcccaf3313592c.tar.gz
libsigrokdecode-7529cdaad9e9a52c93ed4d21c2fcccaf3313592c.zip
Add a testsuite for libsigrokdecode.
This uses the Check unit testing framework, just like libsigrok. For now, only a few very basic unit tests are included. Invocation: make check
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 15b5310..784562e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@
ACLOCAL_AMFLAGS = -I autostuff
-SUBDIRS = contrib decoders
+SUBDIRS = contrib decoders tests
lib_LTLIBRARIES = libsigrokdecode.la