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 | |
parent | face6b1766652f6cdfafafca49655f55875a2b3a (diff) | |
download | pugl-41373723a1cea45f08d59830022404defbd43332.tar.gz pugl-41373723a1cea45f08d59830022404defbd43332.tar.bz2 pugl-41373723a1cea45f08d59830022404defbd43332.zip |
Test: Move test programs to a subdirectory
-rw-r--r-- | test/pugl_cairo_test.c (renamed from pugl_cairo_test.c) | 0 | ||||
-rw-r--r-- | test/pugl_test.c (renamed from pugl_test.c) | 0 | ||||
-rw-r--r-- | wscript | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/pugl_cairo_test.c b/test/pugl_cairo_test.c index 524e8b0..524e8b0 100644 --- a/pugl_cairo_test.c +++ b/test/pugl_cairo_test.c diff --git a/pugl_test.c b/test/pugl_test.c index 866e3c2..866e3c2 100644 --- a/pugl_test.c +++ b/test/pugl_test.c @@ -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, |