From 572d8d0cc486dce64c0f6239cc27598068c1085d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 9 Oct 2011 13:22:08 +0200 Subject: test: add unit test for the PCM library --- Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8d30ea655..b86a5557c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -937,6 +937,7 @@ sparse-check: if ENABLE_TEST C_TESTS = \ + test/test_pcm \ test/test_queue_priority TESTS = $(C_TESTS) @@ -1193,6 +1194,17 @@ test_run_inotify_SOURCES = test/run_inotify.c \ test_run_inotify_LDADD = $(GLIB_LIBS) endif +test_test_pcm_SOURCES = \ + test/test_pcm_dither.c \ + test/test_pcm_pack.c \ + test/test_pcm_channels.c \ + test/test_pcm_byteswap.c \ + test/test_pcm_all.h \ + test/test_pcm_main.c +test_test_pcm_LDADD = \ + $(PCM_LIBS) \ + $(GLIB_LIBS) + test_test_queue_priority_SOURCES = \ src/queue.c \ test/test_queue_priority.c -- cgit v1.2.3