summaryrefslogtreecommitdiffstats
path: root/test/testfiles
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-11-15 16:35:29 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-11-15 16:35:29 (GMT)
commitcd7057b21ca699ade836c780080a81988c84cac6 (patch)
treecd1e44fd2f57d0d231c3fe2ec222dee729c2008a /test/testfiles
parent0c589bf7b56738d9c643718be5f12a72a1e39e83 (diff)
downloadhdf5-cd7057b21ca699ade836c780080a81988c84cac6.zip
hdf5-cd7057b21ca699ade836c780080a81988c84cac6.tar.gz
hdf5-cd7057b21ca699ade836c780080a81988c84cac6.tar.bz2
[svn-r19782] Fix CMake testing for links_env test which requires an environment variable at test run-time. Modified runTest.cmake file to allow optional ENV_VAR and ENV_VALUE to be passed. runTest.cmake requires a reference file, added links_env.out to testfiles folder.
Also updated root CMakeLists.txt to output a message when unsopported options are configured with the PARALLEL option. CMake will still generate files. Tested: windows and local linux
Diffstat (limited to 'test/testfiles')
-rw-r--r--test/testfiles/links_env.out6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/testfiles/links_env.out b/test/testfiles/links_env.out
new file mode 100644
index 0000000..3ca9b99
--- /dev/null
+++ b/test/testfiles/links_env.out
@@ -0,0 +1,6 @@
+#############################
+Expected output for links_env
+#############################
+Testing external links via environment variable PASSED
+Testing external links via environment variable (w/new group format) PASSED
+All external Link (HDF5_EXT_PREFIX) tests passed.