diff options
author | David Robillard <d@drobilla.net> | 2019-07-23 19:24:39 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-07-23 20:29:21 +0200 |
commit | 41373723a1cea45f08d59830022404defbd43332 (patch) | |
tree | ce38bc27611993104b6baf5460ed4f36d61e083b /wscript | |
parent | face6b1766652f6cdfafafca49655f55875a2b3a (diff) | |
download | pugl-41373723a1cea45f08d59830022404defbd43332.tar.gz pugl-41373723a1cea45f08d59830022404defbd43332.tar.bz2 pugl-41373723a1cea45f08d59830022404defbd43332.zip |
Test: Move test programs to a subdirectory
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ def build(bld): target = prog bld(features = 'c cprogram', - source = '%s.c' % prog, + source = 'test/%s.c' % prog, use = 'libpugl_static', lib = test_libs, target = target, |