Changeset 1367
- Timestamp:
- Jul 11, 2008, 1:07:52 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1359 r1367 62 62 63 63 AM_CONDITIONAL(HAVE_DOXYGEN, test "$HAVE_DOXYGEN" = "true") 64 AC_CONFIG_FILES([test/documentation_test.sh], 65 [chmod +x test/documentation_test.sh]) 64 66 65 67 m4_sinclude(./build_support/apr_common.m4) -
trunk/test/Makefile.am
r1334 r1367 32 32 check_LTLIBRARIES = libyattest.la 33 33 34 TESTS = alignment_test averager_test \34 check_PROGRAMS = alignment_test averager_test \ 35 35 commandline_test \ 36 36 consensus_inputranker_test data_lookup_1d_test distance_test \ … … 46 46 utility_test vector_test version_test view_test 47 47 48 check_PROGRAMS = $(TESTS) 48 TESTS = $(check_PROGRAMS) 49 50 if HAVE_DOXYGEN 51 TESTS += documentation_test.sh 52 endif 53 49 54 50 55 # tests that fail are only built not included in check
Note: See TracChangeset
for help on using the changeset viewer.