HDFFV-10605 Only test plugins if SHARED enabled

This commit is contained in:
Allen Byrne
2018-11-06 15:45:58 -06:00
parent c77d044dd0
commit 79903575e6
8 changed files with 114 additions and 98 deletions

View File

@@ -1549,4 +1549,6 @@
##############################################################################
### P L U G I N T E S T S
##############################################################################
ADD_H5_UD_TEST (h5dump_plugin_test 0 tudfilter --enable-error-stack tudfilter.h5)
if (BUILD_SHARED_LIBS)
ADD_H5_UD_TEST (h5dump_plugin_test 0 tudfilter --enable-error-stack tudfilter.h5)
endif ()