From 0b2c123fcf5c4af532aea894f519e7449b52fc52 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 14 Sep 2023 13:01:26 -0400 Subject: [PATCH] run them like so --- README.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 11a3f590..e1eda6e6 100644 --- a/README.rst +++ b/README.rst @@ -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