From 71fd4a6233cb5484a7249f4dab25a8d4ac36d63a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 25 Mar 2004 00:15:35 +0000 Subject: [PATCH] move tests to noinst --- stepmania/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index abeb0a957a..b2c6e3aae6 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -2,7 +2,7 @@ bin_PROGRAMS = stepmania TESTS = test_audio_readers test_file_readers test_timing_data test_threads tests: $(TESTS) if BUILD_TESTS -bin_PROGRAMS += $(TESTS) +noinst_PROGRAMS = $(TESTS) endif AM_LDFLAGS =