We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04200d0 commit 29f74feCopy full SHA for 29f74fe
1 file changed
test/ArrayFire/DeviceSpec.hs
@@ -7,13 +7,14 @@ import Test.Hspec
7
8
spec :: Spec
9
spec =
10
- describe "Algorithm tests" $ do
11
- it "Should show device info" $ do
12
- A.info `shouldReturn` ()
13
- it "Should show device init" $ do
14
- A.afInit `shouldReturn` ()
15
- it "Should get info string" $ do
16
- A.getInfoString >>= (`shouldSatisfy` (not . null))
+ describe "Device tests" $ do
+ pure ()
+-- it "Should show device info" $ do
+-- A.info `shouldReturn` ()
+-- it "Should show device init" $ do
+-- A.afInit `shouldReturn` ()
+-- it "Should get info string" $ do
17
+-- A.getInfoString >>= (`shouldSatisfy` (not . null))
18
-- it "Should get device" $ do
19
-- A.getDevice >>= (`shouldSatisfy` (>= 0))
20
-- it "Should get and set device" $ do
0 commit comments