1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 17:19:43 +02:00
benjamin.drung@gmail.com cc7cf018c3 twolame: Terminate AM_TESTS_ENVIRONMENT by a semicolon.
The automake manual says: "the contents of a non-empty AM_TESTS_ENVIRONMENT
must be terminated by a semicolon." Without the semicolon, the perl command
will indefinitely wait for input from stdin.
2013-11-20 00:02:36 +00:00

11 lines
328 B
Makefile

dist_check_SCRIPTS = test.pl
dist_check_DATA = testcase-44100.wav testcase-22050.wav
TESTS = $(dist_check_SCRIPTS)
TESTS_ENVIRONMENT = \
TWOLAME_CMD="$(top_builddir)/frontend/twolame" \
STWOLAME_CMD="$(top_builddir)/simplefrontend/stwolame" \
perl -w -Mstrict -MTest::Harness -e "runtests(@ARGV)";
CLEANFILES = *.mp2 *.raw