summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/lit.site.cfg.in
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/test/lit.site.cfg.in')
-rw-r--r--openmp/runtime/test/lit.site.cfg.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/openmp/runtime/test/lit.site.cfg.in b/openmp/runtime/test/lit.site.cfg.in
index 1b547f52d24..448132eb513 100644
--- a/openmp/runtime/test/lit.site.cfg.in
+++ b/openmp/runtime/test/lit.site.cfg.in
@@ -11,6 +11,7 @@ config.operating_system = "@CMAKE_SYSTEM_NAME@"
config.hwloc_library_dir = "@LIBOMP_HWLOC_LIBRARY_DIR@"
config.using_hwloc = @LIBOMP_USE_HWLOC@
config.has_ompt = @LIBOMP_OMPT_SUPPORT@ and @LIBOMP_OMPT_BLAME@ and @LIBOMP_OMPT_TRACE@
+config.has_libm = @LIBOMP_HAVE_LIBM@
# Let the main config do the real work.
lit_config.load_config(config, "@LIBOMP_BASE_DIR@/test/lit.cfg")
OpenPOWER on IntegriCloud