diff options
Diffstat (limited to 'packages/tests/src/TestGSL.hs')
-rw-r--r-- | packages/tests/src/TestGSL.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/tests/src/TestGSL.hs b/packages/tests/src/TestGSL.hs new file mode 100644 index 0000000..112422d --- /dev/null +++ b/packages/tests/src/TestGSL.hs | |||
@@ -0,0 +1,3 @@ | |||
1 | import Numeric.GSL.Tests | ||
2 | |||
3 | main = runTests 20 | ||