Changeset 3 for trunk/Makefile.am

Show
Ignore:
Timestamp:
04/10/06 08:03:25 (3 years ago)
Author:
jordi
Message:

Now the test directory is added to the list of subdirectories only if the tests are enabled (i.e., configure found CPPUnit).

Added the GNU General Public License in COPYING.

Created the initial test suite that gets all tests and run them outputting the errors in a compiler-like fashion (compiler outputter). No suite created yet.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r2 r3  
    11# Process this file with automake to produce a Makefile.in file. 
    2 SUBDIRS = intl po m4 src tests doc 
     2SUBDIRS = intl po m4 src doc 
     3if build_tests 
     4SUBDIRS += tests 
     5endif 
    36 
    47ACLOCAL_AMFLAGS = -I m4