Last change
on this file since 8b486e 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
|
Rev | Line | |
---|
[a0bcf1] | 1 | ACLOCAL_AMFLAGS = -I m4
|
---|
[b5279f0] | 2 | SUBDIRS = src doc tests
|
---|
[a0bcf1] | 3 | DIST_SUBDIRS = ${SUBDIRS}
|
---|
| 4 |
|
---|
| 5 | #include aminclude.am
|
---|
| 6 |
|
---|
| 7 | pcpdir = ${bindir}
|
---|
| 8 |
|
---|
[da83f8] | 9 | EXTRA_DIST = util/suffix pseudopot/ autogen.sh util/visual.cfg util/visual.net
|
---|
[a0bcf1] | 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.??'`
|
---|
[b5279f0] | 16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.