mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-23 06:59:53 -05:00
tests: add cpu test
It tests only x86 architecture right now.
This commit is contained in:
parent
6e33eb0073
commit
c8cd89a7cb
7 changed files with 306 additions and 230 deletions
|
|
@ -244,6 +244,7 @@ TESTS_default = \
|
|||
volume-test \
|
||||
mix-test \
|
||||
proplist-test \
|
||||
cpu-test \
|
||||
lock-autospawn-test
|
||||
|
||||
TESTS_norun = \
|
||||
|
|
@ -483,6 +484,11 @@ proplist_test_LDADD = $(AM_LDADD) libpulsecore-@PA_MAJORMINOR@.la libpulse.la li
|
|||
proplist_test_CFLAGS = $(AM_CFLAGS)
|
||||
proplist_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
|
||||
cpu_test_SOURCES = tests/cpu-test.c
|
||||
cpu_test_LDADD = $(AM_LDADD) libpulsecore-@PA_MAJORMINOR@.la libpulse.la libpulsecommon-@PA_MAJORMINOR@.la
|
||||
cpu_test_CFLAGS = $(AM_CFLAGS) $(LIBCHECK_CFLAGS)
|
||||
cpu_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS) $(LIBCHECK_LIBS)
|
||||
|
||||
rtstutter_SOURCES = tests/rtstutter.c
|
||||
rtstutter_LDADD = $(AM_LDADD) libpulsecore-@PA_MAJORMINOR@.la libpulse.la libpulsecommon-@PA_MAJORMINOR@.la
|
||||
rtstutter_CFLAGS = $(AM_CFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue