Ignore:
Timestamp:
Mar 26, 2010, 2:43:34 AM (14 years ago)
Author:
Peter
Message:

only recompile tests that are needed (i.e. TESTS) refs #475.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r2229 r2231  
    5050  ./configure --with-yat=$(bindir) && $(MAKE) check
    5151
    52 check_PROGRAMS = alignment_test averager_test \
     52EXTRA_PROGRAMS = alignment_test averager_test \
    5353  commandline_test \
    5454  consensus_inputranker_test data_lookup_1d_test  \
     
    7070  utility_test vector_test version_test view_test
    7171
    72 TESTS = $(check_PROGRAMS)
     72TESTS = $(EXTRA_PROGRAMS)
     73CLEANFILES = $(EXTRA_PROGRAMS)
    7374
    7475# tests not passing through yet
Note: See TracChangeset for help on using the changeset viewer.