10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 11:25:26 +02:00

Merge pull request #32 from scemama/master

Renamed test in tests
This commit is contained in:
Thomas Applencourt 2016-01-14 17:42:16 +01:00
commit 626f4aafbd

View File

@ -22,7 +22,7 @@ function eq() {
#: "${QP_ROOT?Please source your quantum_package.rc}"
source ${QP_ROOT}/install/EZFIO/Bash/ezfio.sh
TEST_DIR=${QP_ROOT}/test/work/
TEST_DIR=${QP_ROOT}/tests/work/
mkdir -p "${TEST_DIR}"
@ -34,7 +34,7 @@ function debug() {
}
function run_init() {
cp "${QP_ROOT}/test/input/$1" .
cp "${QP_ROOT}/tests/input/$1" .
qp_create_ezfio_from_xyz $1 -o $3 $2
qp_edit -c $3
}
@ -148,7 +148,7 @@ function run_FCI() {
@test "gamess convert HBO.out" {
cp ${QP_ROOT}/test/input/HBO.out .
cp ${QP_ROOT}/tests/input/HBO.out .
qp_convert_output_to_ezfio.py HBO.out
ezfio set_file HBO.out.ezfio
qp_run SCF HBO.out.ezfio
@ -158,7 +158,7 @@ function run_FCI() {
}
@test "g09 convert H2O.log" {
cp ${QP_ROOT}/test/input/h2o.log .
cp ${QP_ROOT}/tests/input/h2o.log .
qp_convert_output_to_ezfio.py h2o.log
ezfio set_file h2o.log.ezfio
qp_run SCF h2o.log.ezfio