separate tests target

This commit is contained in:
Glenn Maynard
2004-03-14 22:09:50 +00:00
parent ebddb801fd
commit b6e6f058d4
+3 -1
View File
@@ -1,6 +1,8 @@
bin_PROGRAMS = stepmania bin_PROGRAMS = stepmania
TESTS = test_audio_readers test_file_readers test_timing_data test_threads
tests: $(TESTS)
if BUILD_TESTS if BUILD_TESTS
bin_PROGRAMS += test_audio_readers test_file_readers test_timing_data test_threads bin_PROGRAMS += $(TESTS)
endif endif
AM_LDFLAGS = AM_LDFLAGS =