summaryrefslogtreecommitdiff
path: root/README
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 /README
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 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 5e807ab..7d11ae5 100644
--- a/README
+++ b/README
@@ -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