From cafdfca1d90b8f7377c643324bef5e24d0d0bf1d Mon Sep 17 00:00:00 2001 From: giannozz Date: Wed, 26 Oct 2016 12:57:04 +0000 Subject: [PATCH] More info from "make" with no arguments: I never remember the syntax ... git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13122 c92efa57-630b-4861-b058-cf58834340f0 --- test-suite/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-suite/Makefile b/test-suite/Makefile index 59d5549f4..fba6bcdf4 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -18,7 +18,10 @@ default : @echo 'where identifies an action' @echo ' run-tests : run-tests-serial (default)' @echo ' run-tests-serial : run all tests in SERIAL' + @echo ' run-tests-XX-serial: run tests for XX={pw,cp} only, as above' @echo ' run-tests-parallel : run all tests in PARALLEL (4 MPI)' + @echo ' run-tests-XX-parallel: run tests for XX={pw,cp} only, as above' + @echo ' run-custom-test testdir=DIR: run test in DIR only (serial)' @echo ' compare : compare last output generated with reference' @echo ' clean : clean output (our/err files) of all tests' @echo ' '