~ubuntu-branches/ubuntu/vivid/psicode/vivid

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2008-06-07 16:49:57 UTC
  • mfrom: (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080607164957-8pifvb133yjlkagn
Tags: 3.3.0-3
* debian/rules (DEB_MAKE_CHECK_TARGET): Do not abort test suite on
  failures.
* debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Set ${bindir} to /usr/lib/psi.
* debian/rules (install/psi3): Move psi3 file to /usr/bin.
* debian/patches/07_464867_move_executables.dpatch: New patch, add
  /usr/lib/psi to the $PATH, so that the moved executables are found.
  (closes: #464867)
* debian/patches/00list: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
.PHONY: tests clean
3
3
 
 
4
cc_subdirs = cc1 cc2 cc3 cc4 cc8 cc9 cc10 cc11 cc12 cc13 cc14 cc15 cc16 \
 
5
cc17 cc18 cc19 cc21 cc22 cc23 cc24 cc25 cc26 cc27 cc28 cc29 cc30 cc31 cc32 \
 
6
cc33 cc34 cc35 cc36 cc37 cc38 cc39 cc40 cc41 cc42 cc43 cc44 cc45 cc46 cc47 \
 
7
cc48 cc49 cc50 \
 
8
 
4
9
subdirs = \
5
 
scf-opt scf-opt2 scf-opt3 scf-opt4 scf-opt5 scf-opt6 scf-opt7 scf-opt8 \
6
 
scf-opt9 scf-opt10 scf-opt11 \
7
 
scf-opt-numer scf-freq scf-freq-numer scf-freq-symm-numer \
8
 
scf-polar rhf-stab uhf-stab rohf-stab mp2-sp mp2-direct-sp cis-sp cisd-sp \
9
 
cisd-opt-numer cc1 cc2 cc3 cc4 cc8 cc9 cc10 cc11 cc12 cc13 cc14 cc15 cc16 \
10
 
cc17 cc18 cc19 dboc-rhf1 dboc-rohf1 dboc-uhf1 dboc-rcisd1 dboc-rocisd1 \
11
 
rhf-oeprop mp2-oeprop \
12
 
extrema-deloc extrema-zmat mp2r12-sp1 mp2-opt-numer \
13
 
rhf-lindep1 rohf-lindep1 uhf-lindep1 \
14
 
rohf-grad1 uhf-grad1 \
15
 
psi_start
 
10
scf-opt scf-opt2 scf-opt3 scf-opt4 scf-opt5 scf-opt6 scf-opt7 \
 
11
scf-opt9 scf-opt10 scf-opt11 scf-opt12 \
 
12
scf-opt-numer scf-opt2-numer mp2-opt-numer cisd-opt-numer \
 
13
scf-freq-first-3 scf-freq-first-5 scf-freq-none-3 scf-freq-none-5 \
 
14
scf-symm-fc-numer scf-fc-numer \
 
15
scf-freq scf-polar rhf-stab uhf-stab rohf-stab mp2-sp mp2-direct-sp mp2-scs \
 
16
cis-sp cisd-sp fci-h2o fci-dipole fci-trans casscf-sp casscf-sa-sp \
 
17
casscf-fzc-sp rasscf-sp \
 
18
$(cc_subdirs) \
 
19
dboc-rhf1 dboc-rohf1 dboc-uhf1 dboc-rcisd1 dboc-rocisd1 \
 
20
rhf-oeprop mp2-oeprop mp2-opt \
 
21
extrema-deloc extrema-zmat mp2r12-sp1 \
 
22
rhf-lindep1 rohf-lindep1 uhf-lindep1  psi_start \
16
23
 
17
24
tests:
18
25
        for dir in $(subdirs); \
20
27
         (cd $${dir}; echo ...Testing $${dir}...; $(MAKE)) || exit 1; \
21
28
        done
22
29
 
 
30
cc_tests:
 
31
        for dir in $(cc_subdirs); \
 
32
        do \
 
33
         (cd $${dir}; echo ...Testing $${dir}...; $(MAKE)) || exit 1; \
 
34
        done
 
35
 
23
36
clean:
24
37
        for dir in $(subdirs); \
25
38
        do \
29
42
 
30
43
top_srcdir = @top_srcdir@
31
44
srcdir = @srcdir@
 
45
datarootdir = @datarootdir@
32
46
top_objdir = ..
33
47
 
34
 
$(top_srcdir)/configure: $(top_srcdir)/configure.in $(top_srcdir)/aclocal.m4
 
48
$(top_srcdir)/configure: $(top_srcdir)/configure.ac $(top_srcdir)/aclocal.m4
35
49
        cd $(top_srcdir) && autoconf
36
50
 
37
51
$(top_objdir)/config.status: $(top_srcdir)/configure