Skip to content
Snippets Groups Projects
Commit a19aa974 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch b1_4

Allow tests to optionally be built with cray portals.
b=7117
r=bogl
parent 5ac2938e
No related branches found
No related tags found
No related merge requests found
...@@ -263,10 +263,14 @@ AC_DEFUN([LB_CONFIG_TESTS], ...@@ -263,10 +263,14 @@ AC_DEFUN([LB_CONFIG_TESTS],
AC_ARG_ENABLE([tests], AC_ARG_ENABLE([tests],
AC_HELP_STRING([--disable-tests], AC_HELP_STRING([--disable-tests],
[disable building of Lustre tests]), [disable building of Lustre tests]),
[],[enable_tests='yes']) [],
if test x$cray_portals = xyes ; then [
enable_tests='no' if test x$cray_portals = xyes ; then
fi enable_tests='no'
else
enable_tests='yes'
fi
])
AC_MSG_RESULT([$enable_tests]) AC_MSG_RESULT([$enable_tests])
]) ])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment