summaryrefslogtreecommitdiffstats
path: root/test/CMakePassthroughVOLTests.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'test/CMakePassthroughVOLTests.cmake')
-rw-r--r--test/CMakePassthroughVOLTests.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CMakePassthroughVOLTests.cmake b/test/CMakePassthroughVOLTests.cmake
index cf5ad36..e9f1381 100644
--- a/test/CMakePassthroughVOLTests.cmake
+++ b/test/CMakePassthroughVOLTests.cmake
@@ -23,9 +23,11 @@ set (VOL_LIST
vol_pass_through2
)
+# native VOL = 0
+# pass-through VOL = 1
set (vol_native native)
set (vol_pass_through1 "pass_through under_vol=0\;under_info={}")
-set (vol_pass_through2 "pass_through under_vol=505\;under_info={under_vol=0\;under_info={}}")
+set (vol_pass_through2 "pass_through under_vol=1\;under_info={under_vol=0\;under_info={}}")
foreach (voltest ${VOL_LIST})
file (MAKE_DIRECTORY "${PROJECT_BINARY_DIR}/${voltest}")