source: pcp/Makefile.am@ 48efc3

Last change on this file since 48efc3 was b5279f0, checked in by Frederik Heber <heber@…>, 17 years ago

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
  • Property mode set to 100644
File size: 398 bytes
Line 
1ACLOCAL_AMFLAGS = -I m4
2SUBDIRS = src doc tests
3DIST_SUBDIRS = ${SUBDIRS}
4
5#include aminclude.am
6
7pcpdir = ${bindir}
8
9EXTRA_DIST = util/suffix pseudopot/ autogen.sh util/visual.cfg util/visual.net
10
11#configs.tar.gz:
12# $(TAR) -zcvf $(srcdir)/configs.tar.gz `find $(srcdir) -name 'main_pcp_linux'`
13
14#pseudopots.tar.gz:
15# $(TAR) -zcvf $(srcdir)/pseudopots.tar.gz `find $(srcdir) -name 'pseudo.??'`
16
Note: See TracBrowser for help on using the repository browser.