[commit: packages/stm] master: Do not run tests when stm is not installed (302aabc)
git at git.haskell.org
git at git.haskell.org
Wed Jan 20 15:26:03 UTC 2016
Repository : ssh://git@git.haskell.org/stm
On branch : master
Link : http://git.haskell.org/packages/stm.git/commitdiff/302aabc3799550b487a45f4c037b9ffbc0cfbc9a
>---------------------------------------------------------------
commit 302aabc3799550b487a45f4c037b9ffbc0cfbc9a
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Wed Jan 20 16:25:35 2016 +0100
Do not run tests when stm is not installed
>---------------------------------------------------------------
302aabc3799550b487a45f4c037b9ffbc0cfbc9a
tests/all.T | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/all.T b/tests/all.T
index 6843c74..0efd7e8 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -1,3 +1,5 @@
+setTestOpts(reqlib('stm'))
+
test('stm046', only_compiler_types(['ghc']), compile_and_run, [''])
# Omit GHCi for these two, since they appear to deadlock (23/11/2004 --SDM)
More information about the ghc-commits
mailing list