From 505c12c5289bf555b28b6b529bc7b2d4b7319889 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Fri, 19 Feb 2021 09:33:35 +0100 Subject: [PATCH] Rename run.hs to test.hs --- gf.cabal | 2 +- testsuite/lpgf/{run.hs => test.hs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename testsuite/lpgf/{run.hs => test.hs} (100%) 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