From b6e6f058d416cfa31e1c4604bacf87c54ede599a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 14 Mar 2004 22:09:50 +0000 Subject: [PATCH] separate tests target --- stepmania/src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index 9f43af7bf1..15e98dceb6 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -1,6 +1,8 @@ bin_PROGRAMS = stepmania +TESTS = test_audio_readers test_file_readers test_timing_data test_threads +tests: $(TESTS) if BUILD_TESTS -bin_PROGRAMS += test_audio_readers test_file_readers test_timing_data test_threads +bin_PROGRAMS += $(TESTS) endif AM_LDFLAGS =