[Skip-CI] Minor changes to test-suite

This commit is contained in:
giannozz 2019-05-20 15:30:39 +02:00
parent 5e11aa51f1
commit 63bad7a902
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export REFERENCE_VERSION=6.0
####################################################################################
# Edit this line _ONLY_ iff you run test-code outside the QE main directory
# Edit this line _ONLY_ if you run test-code outside the QE main directory
export ESPRESSO_ROOT=${PWD}/../
export ESPRESSO_PSEUDO=${ESPRESSO_ROOT}/pseudo

View File

@ -24,6 +24,7 @@ default :
@echo ' run-custom-test testdir=DIR : run test in DIR only (serial)'
@echo ' run-custom-test-parallel testdir=DIR : run test in DIR only (parallel 4 MPI)'
@echo ' compare : compare last output with reference'
@echo ' pseudo : download needed PPs into ESPRESSO_PSEUDO'
@echo ' clean : clean stdout/sderr of all tests'
@echo ' '
@echo 'For additional advanced commands and settings please manually inspect'