From: <sv...@va...> - 2008-06-30 06:44:46
|
Author: sewardj Date: 2008-06-30 07:44:51 +0100 (Mon, 30 Jun 2008) New Revision: 445 Log: Bring this directory properly into the build system. Added: trunk/tests/Makefile.am Added: trunk/tests/Makefile.am =================================================================== --- trunk/tests/Makefile.am (rev 0) +++ trunk/tests/Makefile.am 2008-06-30 06:44:51 UTC (rev 445) @@ -0,0 +1,13 @@ +## Makefile.am -- Process this file with automake to produce Makefile.in + +noinst_SCRIPTS = \ + vk_regtest \ + filter_addresses + filter_libc \ + filter_sink \ + filter_test_paths \ + filter_discards \ + filter_numbers \ + filter_stderr_basic + +EXTRA_DIST = $(noinst_SCRIPTS) README.txt |