diff --git a/gf.cabal b/gf.cabal index 3c248d29f..96034efd2 100644 --- a/gf.cabal +++ b/gf.cabal @@ -359,7 +359,7 @@ test-suite gf-tests test-suite lpgf type: exitcode-stdio-1.0 - main-is: run.hs + main-is: test.hs hs-source-dirs: src/compiler src/runtime/haskell diff --git a/testsuite/lpgf/run.hs b/testsuite/lpgf/test.hs similarity index 100% rename from testsuite/lpgf/run.hs rename to testsuite/lpgf/test.hs