diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2013-10-16 19:37:44 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2013-10-17 01:51:16 +0200 |
commit | 7529cdaad9e9a52c93ed4d21c2fcccaf3313592c (patch) | |
tree | 059f8163cced163ed64dfb1d1d80f607afa6c978 /Makefile.am | |
parent | 7fc7bde666b3c1234e3d9612caa0388381881059 (diff) | |
download | libsigrokdecode-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.am | 2 |
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 |