diff options
author | David Robillard <d@drobilla.net> | 2020-07-15 00:02:32 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-07-15 10:47:05 +0200 |
commit | f115728a52eab27852af57ef8904419309ca52b4 (patch) | |
tree | 40b74fb5e40abbdab83c2e852178ec88684a459a /wscript | |
parent | 81babb758e614ae622b39849c0c65cf38505a912 (diff) | |
download | lilv-f115728a52eab27852af57ef8904419309ca52b4.tar.gz lilv-f115728a52eab27852af57ef8904419309ca52b4.tar.bz2 lilv-f115728a52eab27852af57ef8904419309ca52b4.zip |
Rewrite and separate common test facilities
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -368,7 +368,7 @@ def build(bld): bpath = bpath.replace('\\', '/') testdir = testdir.replace('\\', '/') obj = bld(features = 'c cprogram', - source = 'test/lilv_test.c', + source = ['test/lilv_test_utils.c', 'test/lilv_test.c'], includes = ['.', './src'], use = 'liblilv_profiled', lib = test_libs, |