Moves the lists of VOL connectors and VFDs in Autotools builds (#162)
The VOL_LIST variable used in the Autotools was duplicated in many subdirectories. It's been moved to config/conclude.am to avoid duplication. VFD_LIST was also moved to conclude.am.
This commit is contained in:
@@ -191,9 +191,11 @@ if (HDF5_TEST_JAVA AND HDF5_TEST_SERIAL)
|
||||
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}")
|
||||
|
||||
Reference in New Issue
Block a user