Skip to content

Commit

Permalink
Merge pull request #92 from exarkun/haskell-test-running-instructions
Browse files Browse the repository at this point in the history
Fix the instructions for running the Haskell test suite
  • Loading branch information
exarkun committed Sep 14, 2023
2 parents c315bd3 + 0b2c123 commit c0dbfba
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ Installation

To run the self-tests, execute ``tox`` from an unpacked source tree or git checkout.

To run the tests of the Haskell API: ``runhaskell haskell/test/FECTest.hs``

Note that in order to run the Haskell API tests you must have installed the
library first due to the fact that the interpreter cannot process FEC.hs as
it takes a reference to an FFI function.
To run the tests of the Haskell API: ``cabal run test:tests``


Community
Expand Down

0 comments on commit c0dbfba

Please sign in to comment.