diff options
-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, |