Skip to content

Commit

Permalink
nofib: add test for AccelerateHS/accelerate#119
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcdonell committed Sep 7, 2014
1 parent 26b156a commit 1cfafb8
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 0 deletions.
1 change: 1 addition & 0 deletions accelerate-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Executable accelerate-nofib
Test.Issues.Issue93
Test.Issues.Issue102
Test.Issues.Issue114
Test.Issues.Issue119
Test.Issues.Issue123
Test.Issues.Issue137
Test.Issues.Issue168
Expand Down
2 changes: 2 additions & 0 deletions examples/nofib/Test/Issues.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import Test.Framework
import Test.Issues.Issue93
import Test.Issues.Issue102
import Test.Issues.Issue114
import Test.Issues.Issue119
import Test.Issues.Issue123
import Test.Issues.Issue137
import Test.Issues.Issue168
Expand All @@ -26,6 +27,7 @@ test_issues conf =
test_issue93 conf
, test_issue102 conf
, test_issue114 conf
, test_issue119 conf
, test_issue123 conf
, test_issue137 conf
, test_issue168 conf
Expand Down
Loading

0 comments on commit 1cfafb8

Please sign in to comment.