From 2c3761a7f913735038a0487a0422aafbb46caaed Mon Sep 17 00:00:00 2001 From: Artyom Kazak Date: Fri, 4 Oct 2019 18:06:13 +0300 Subject: [PATCH] Group tests by module --- test/Tests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Tests.hs b/test/Tests.hs index 70c55f5..327adf4 100644 --- a/test/Tests.hs +++ b/test/Tests.hs @@ -1 +1 @@ -{-# OPTIONS_GHC -F -pgmF tasty-discover #-} +{-# OPTIONS_GHC -F -pgmF tasty-discover -optF --tree-display #-}