mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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:
parent
be4c0f296c
commit
c8a9c9b069
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue