summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 16da558..0f44452 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -216,7 +216,7 @@ SET (H5_TESTS
unregister
)
IF (NOT CYGWIN)
- SET (H5_TESTS "${H5_TESTS} big")
+ SET (H5_TESTS ${H5_TESTS} big)
ENDIF (NOT CYGWIN)
FOREACH (test ${H5_TESTS})