diff options
author | Erik de Castro Lopo <erikd@miles> | 2005-10-23 07:32:04 +0000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@miles> | 2005-10-23 07:32:04 +0000 |
commit | 705032cf799f57a313354e1b61af8048a1f61474 (patch) | |
tree | cea5d891bbb7d8960e0045996b7edbb2e26c5ce3 /tests/Makefile.am | |
parent | a99c6b59c5ed94dea4c42de196125b6925102d4a (diff) |
Start tests for SF_INSTRUMENT, command_test.c is no longer autogen-ed.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 8db2561..d3c4a5c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -16,7 +16,6 @@ autogen_sources = write_read_test.tpl write_read_test.def \ pcm_test.tpl pcm_test.def \ header_test.tpl header_test.def \ utils.tpl utils.def \ - command_test.tpl command_test.def \ scale_clip_test.tpl scale_clip_test.def \ pipe_test.tpl pipe_test.def \ floating_point_test.tpl floating_point_test.def \ @@ -132,9 +131,6 @@ header_test.c: header_test.def header_test.tpl utils.c: utils.def utils.tpl autogen --writable --source-time utils.def -command_test.c: command_test.def command_test.tpl - autogen --writable --source-time command_test.def - scale_clip_test.c: scale_clip_test.def scale_clip_test.tpl autogen --writable --source-time scale_clip_test.def @@ -147,7 +143,7 @@ floating_point_test.c: floating_point_test.def floating_point_test.tpl benchmark.c: benchmark.def benchmark.tpl autogen --writable --source-time benchmark.def -genfiles : write_read_test.c pcm_test.c header_test.c utils.c command_test.c \ +genfiles : write_read_test.c pcm_test.c header_test.c utils.c \ scale_clip_test.c pipe_test.c floating_point_test.c benchmark.c #=============================================================================== |