Skip to content

Commit 6cd29ab

Browse files
committed
Add no runQ tests to interpreter
1 parent af6a66b commit 6cd29ab

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

accelerate.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,7 @@ test-suite nofib-interpreter
706706
build-depends:
707707
base >= 4.10
708708
, accelerate
709+
, tasty
709710

710711
ghc-options:
711712
-O2

test/nofib/Main.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ import Data.Array.Accelerate.Test.NoFib
1414
import Data.Array.Accelerate.Interpreter
1515

1616
import System.Environment
17+
import Test.Tasty
1718

1819
main :: IO ()
1920
main = do
2021
setEnv "TASTY_INTERPRETER" "True"
2122
setEnv "TASTY_HEDGEHOG_TESTS" "50"
22-
nofib runN
23+
nofib runN (testGroup "runQ" [])
2324

0 commit comments

Comments
 (0)