File: libtest

package info (click to toggle)
chemps2 1.8.12-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,432 kB
  • sloc: cpp: 38,521; python: 1,116; f90: 215; makefile: 45; sh: 23
file content (15 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

set -ev

SRCDIR="$(pwd)"
cd $AUTOPKGTEST_TMP
cat $SRCDIR/tests/test1.cpp.in | sed -e "s/\${CMAKE\_SOURCE\_DIR}\/tests\/matrixelements\///" > upstream.cpp
cp $SRCDIR/tests/matrixelements/N2.STO3G.FCIDUMP .
cp $SRCDIR/debian/tests/CMakeLists.txt .

cmake .
make
make test