From 63bad7a902a3a22ea30f7d083b2be411284a69cf Mon Sep 17 00:00:00 2001 From: giannozz Date: Mon, 20 May 2019 15:30:39 +0200 Subject: [PATCH] [Skip-CI] Minor changes to test-suite --- test-suite/ENVIRONMENT | 2 +- test-suite/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test-suite/ENVIRONMENT b/test-suite/ENVIRONMENT index 21a2d8c77..922aca570 100644 --- a/test-suite/ENVIRONMENT +++ b/test-suite/ENVIRONMENT @@ -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 diff --git a/test-suite/Makefile b/test-suite/Makefile index a81efefad..3a5ce708a 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -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'