Changeset 2517 for trunk/test/Makefile.am
- Timestamp:
- Jul 11, 2011, 3:58:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r2510 r2517 67 67 XFAIL_TESTS = 68 68 69 TESTS += documentation_test.sh70 71 69 DISTRIBUTED_TESTS = \ 70 doxygen_test.sh \ 72 71 help_test.sh \ 73 72 static_test.sh \ … … 117 116 yat_msg_error_test2.log:$(top_srcdir)/m4/yat_msg_error.m4 common_defs.sh 118 117 119 ## We always rerun do cumentation_test. When sources for doxygen have118 ## We always rerun doxygen_test. When sources for doxygen have 120 119 ## not changed and a rerun would not be needed, the test is very 121 120 ## inexpensive because 'make doc' will not run anything, in other 122 121 ## words, we always run the test but let the logic for 'make doc' take 123 122 ## care of whether doxygen will run or not. 124 do cumentation_test.log: FORCE123 doxygen_test.log: FORCE 125 124 126 125
Note: See TracChangeset
for help on using the changeset viewer.