From 569bee5314fdccb6a6f038a238c272a267dcd380 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Wed, 31 Aug 2016 17:26:43 +0100 Subject: [PATCH] Use consistent convention for dir variables --- tests/include.ctest.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/include.ctest.sh.in b/tests/include.ctest.sh.in index 811efed0c..bed99ca6b 100644 --- a/tests/include.ctest.sh.in +++ b/tests/include.ctest.sh.in @@ -21,7 +21,7 @@ tools_dir=@CMAKE_BINARY_DIR@/bin/ tigge_dir=@CMAKE_BINARY_DIR@/bin/ # ecCodes tests are in the PROJECT_BINARY_DIR -test_dir=@PROJECT_BINARY_DIR@/tests +test_dir=@PROJECT_BINARY_DIR@/tests/ # use samples from binary dir to test if installation will be correct samp_dir="@CMAKE_BINARY_DIR@/share/@PROJECT_NAME@/samples"