mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-16 08:37:42 +02:00
11 lines
327 B
Makefile
11 lines
327 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
|