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 /README | |
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 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ Requirements - pkg-config >= 0.22 - libglib >= 2.24.0 - Python >= 3.0 + - check >= 0.9.4 (optional, only needed to run unit tests) Building and installing |