summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/CMakePassthroughVOLTests.cmake4
-rw-r--r--test/Makefile.am5
2 files changed, 7 insertions, 2 deletions
diff --git a/test/CMakePassthroughVOLTests.cmake b/test/CMakePassthroughVOLTests.cmake
index e1b1f92..108b899 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}")
diff --git a/test/Makefile.am b/test/Makefile.am
index 35e53be..9e74e00 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -158,8 +158,11 @@ endif
# Test with just the native connector, with a single pass-through connector
# and with a doubly-stacked pass-through.
+#
+# native = 0
+# pass-through = 1
VOL_LIST = native "pass_through under_vol=0;under_info={}" \
- "pass_through under_vol=505;under_info={under_vol=0;under_info={}}"
+ "pass_through under_vol=1;under_info={under_vol=0;under_info={}}"
# Additional target for running timing test
timings _timings: testmeta