Changeset 2232
- Timestamp:
- Mar 26, 2010, 1:21:58 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r2230 r2232 36 36 doxygen_mk:; @(cd yat; $(MAKE) $(AM_MAKEFLAGS) $@) 37 37 38 recheck: all38 lazycheck recheck: all 39 39 @(cd test && $(MAKE) $(AM_MAKEFLAGS) $@) 40 40 -
trunk/test/Makefile.am
r2231 r2232 90 90 EXTRA_DIST = $(DISTRIBUTED_TESTS) 91 91 92 TEST_EXTENSIONS = .sh 93 92 94 LDADD = $(top_builddir)/$(YAT_LIB_LOCATION)/libyat.la libyattest.la $(YAT_LIBS) 93 95 94 96 libyattest_la_SOURCES = Suite.cc 97 98 lazycheck:; $(MAKE) $(AM_MAKEFLAGS) check RECHECK_LOGS= 99 100 # dependencies for lazycheck 101 static_test.sh: $(top_srcdir)/m4/yat.m4 102 yat_config_cblas_test.sh: $(top_builddir)/build_support/yat-config 103 yat_cpp_add_flag_test.sh: $(top_srcdir)/m4/yat_add_flag.m4 $(top_srcdir)/m4/ax_cxxcpp_check_flag.m4 104 yat_cxx_add_flag_test.sh: $(top_srcdir)/m4/yat_add_flag.m4 $(top_srcdir)/m4/ax_cxx_check_flag.m4 105 yat_ld_add_flag_test.sh: $(top_srcdir)/m4/yat_add_flag.m4 $(top_srcdir)/m4/ax_ld_check_flag.m4 106 yat_m4_test.sh:$(top_srcdir)/m4/yat.m4 $(top_builddir)/build_support/yat-config 107 yat_m4_test2.sh:$(top_srcdir)/m4/yat.m4 108 109 # all shell tests depend on common_defs.sh 110 $(DISTRIBUTED_TESTS): common_defs.sh 111 112 ## we wanna rerun documentation_test if a header file has 113 ## changed. Depending on libyat should cover all those cases. When 114 ## libyat has beed recreated due to source changes and not header file 115 ## changes the documentation_test is very cheap anyway since 'make 116 ## doc' will do nothing. 117 documentation_test.sh: $(top_builddir)/yat/libyat.la -
trunk/test/README
r2228 r2232 14 14 make check 15 15 16 To r un only failed tests:16 To rerun only failed tests: 17 17 18 18 make recheck 19 20 To rerun only those tests for there are newer sources 21 22 make lazycheck 19 23 20 24 To run only a subset of tests, use TESTS variable:
Note: See TracChangeset
for help on using the changeset viewer.