From de04e343a3ad68182d112944e662662ede125780 Mon Sep 17 00:00:00 2001 From: Richard Gowers Date: Fri, 29 Jul 2016 22:09:47 +0100 Subject: [PATCH] Added test for USED_OPENMP flag --- testsuite/MDAnalysisTests/test_distances.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsuite/MDAnalysisTests/test_distances.py b/testsuite/MDAnalysisTests/test_distances.py index 87d92d47a19..3f6108d96f9 100644 --- a/testsuite/MDAnalysisTests/test_distances.py +++ b/testsuite/MDAnalysisTests/test_distances.py @@ -715,3 +715,5 @@ def test_missing_backend_raises_ValueError(self): backend="not_implemented_stuff") +def test_used_openmpflag(): + assert_(isinstance(MDAnalysis.lib.distances.USED_OPENMP, bool))