Ignore:
Timestamp:
Jul 11, 2011, 3:58:16 PM (12 years ago)
Author:
Peter
Message:

use common_defs in documentation_test. Change name to doxygen_test to avoid filename conflict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r2510 r2517  
    6767XFAIL_TESTS =
    6868
    69 TESTS += documentation_test.sh
    70 
    7169DISTRIBUTED_TESTS = \
     70doxygen_test.sh \
    7271help_test.sh \
    7372static_test.sh \
     
    117116yat_msg_error_test2.log:$(top_srcdir)/m4/yat_msg_error.m4 common_defs.sh
    118117
    119 ## We always rerun documentation_test. When sources for doxygen have
     118## We always rerun doxygen_test. When sources for doxygen have
    120119## not changed and a rerun would not be needed, the test is very
    121120## inexpensive because 'make doc' will not run anything, in other
    122121## words, we always run the test but let the logic for 'make doc' take
    123122## care of whether doxygen will run or not.
    124 documentation_test.log: FORCE
     123doxygen_test.log: FORCE
    125124
    126125
Note: See TracChangeset for help on using the changeset viewer.