Use check_PROGRAMS rather than noinst_PROGRAMS for test programs.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2103 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Diego Petteno 2008-01-24 10:45:33 +00:00
parent be4c0f296c
commit c8a9c9b069

View file

@ -226,7 +226,7 @@ pabrowse_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
# Test programs #
###################################
noinst_PROGRAMS = \
check_PROGRAMS = \
mainloop-test \
mcalign-test \
pacat-simple \
@ -258,13 +258,13 @@ noinst_PROGRAMS = \
proplist-test
if HAVE_SIGXCPU
noinst_PROGRAMS += \
check_PROGRAMS += \
cpulimit-test \
cpulimit-test2
endif
if HAVE_GLIB20
noinst_PROGRAMS += \
check_PROGRAMS += \
mainloop-test-glib
endif