diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4ac5d1a39..3115ceb08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -975,6 +975,7 @@ sparse-check: if ENABLE_TEST C_TESTS = \ + test/test_byte_reverse \ test/test_pcm \ test/test_queue_priority @@ -1262,6 +1263,13 @@ test_run_inotify_SOURCES = test/run_inotify.c \ test_run_inotify_LDADD = $(GLIB_LIBS) endif +test_test_byte_reverse_SOURCES = \ + test/test_glib_compat.h \ + test/test_byte_reverse.c +test_test_byte_reverse_LDADD = \ + libutil.a \ + $(GLIB_LIBS) + test_test_pcm_SOURCES = \ test/test_glib_compat.h \ test/test_pcm_dither.c \ |