Ignore:
Timestamp:
Apr 27, 2008, 1:04:01 PM (18 years ago)
Author:
Frederik Heber <heber@…>
Children:
1ddebb
Parents:
16cd31
Message:

Complete test kit (make check) for the three parts: pcp, molecuilder, utilites is incorporated via autotest

In directory tests of each subdir there are the following files:

  • atlocal.in: sets some variables such as prefix and others via automake and configure for the tests
  • Makefile.am: Hooks for the checks and automatic generation of package.m4
  • <exe>.in: Wrapper for the executable, for correct paths and so on
  • testsuite.at: the actual tests in a similar grammar to autoconf
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/configure.ac

    r16cd31 rb5279f0  
    9696fi
    9797
     98# test suite
     99AC_CONFIG_TESTDIR(tests)
     100AC_CONFIG_FILES([tests/atlocal tests/Makefile])
     101AC_CONFIG_FILES([tests/molecuilder], [chmod +x tests/molecuilder])
     102
    98103AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile])
    99104AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.