summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/wscript b/wscript
index 8b752fa607..20d8bbed99 100644
--- a/wscript
+++ b/wscript
@@ -84,6 +84,10 @@ build_options = [
'desc': 'inline assembly (currently without effect)',
'default': 'enable',
'func': check_true,
+ }, {
+ 'name': '--test',
+ 'desc': 'test suite (using cmocka)',
+ 'func': check_pkg_config('cmocka >= 0.4.1'),
}
]