From: Paul Brossier Date: Thu, 29 Nov 2018 13:31:17 +0000 (+0100) Subject: [tests] fix test source creation rule X-Git-Tag: 0.4.9~139^2~20 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=356932621cc8ea0697e04ceb19d5a19e90772710;p=aubio.git [tests] fix test source creation rule --- diff --git a/tests/wscript_build b/tests/wscript_build index 7712c3aa..52342ded 100644 --- a/tests/wscript_build +++ b/tests/wscript_build @@ -10,9 +10,9 @@ programs_sources = ctx.path.ant_glob('src/**/*.c') 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: