From 93ba90e64615e4139b4f28a9e95616b897cd1a4b Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sat, 6 Nov 2021 21:23:49 +0000 Subject: [PATCH] Rename test suite --- brittany.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brittany.cabal b/brittany.cabal index 3589ed9..a7cacdc 100644 --- a/brittany.cabal +++ b/brittany.cabal @@ -128,7 +128,7 @@ executable brittany hs-source-dirs: source/executable main-is: Main.hs -test-suite littests +test-suite brittany-test-suite import: executable type: exitcode-stdio-1.0