ref: 356932621cc8ea0697e04ceb19d5a19e90772710
parent: 64d534db4359deeb5d75c26d8a3babaa3f5b3b80
author: Paul Brossier <piem@piem.org>
date: Thu Nov 29 09:31:17 EST 2018
[tests] fix test source creation rule
--- a/tests/wscript_build
+++ b/tests/wscript_build
@@ -10,9 +10,9 @@
test_sound_target = '44100Hz_44100f_sine441_stereo.wav'
test_sound_abspath = bld.path.get_bld().make_node(test_sound_target)
-bld(name='create_test_source',
+bld(name='create_tests_source',
rule='python ${SRC} ${TGT}',
- source='create_test_source.py',
+ source='create_tests_source.py',
target=test_sound_target)
for source_file in programs_sources: