Remove the test program, since it's buggy, in order not to hold up make distcheck

Original commit message from CVS:
Remove the test program, since it's buggy, in order not to hold up
make distcheck
This commit is contained in:
David Schleef 2001-11-21 10:46:20 +00:00
parent 0b263598f0
commit bfdb2aa90d

View file

@ -9,10 +9,10 @@ libresample_la_SOURCES = dtos.c functable.c resample.c resample.h
noinst_HEADERS = resample.h
check_PROGRAMS = test
#check_PROGRAMS = test
test_SOURCES = test.c
test_LDADD = libresample.la
#test_SOURCES = test.c
#test_LDADD = libresample.la
if HAVE_CPU_I386