Hi, trying to learn haskell and the associated build env.<div>I come from a java/scala world so trying to understand the how to invoke tests.<br></div><div><br></div><div>Have a cabal file that invokes a main function to execute a test.</div><div>But wondering if there is any automatic discovery of tests as per junit.</div><div><br></div><div>I have seen test-framework-th but to me that implies putting a&nbsp;testGroupGenerator into each module. Am i correct about that and if so is there an example of calling multiple modules tests ?</div><div><br></div><div>Or is there a better way just to invoke specific functions prefixed with case_ prop_ etc in the entire src/test directory of the cabal build ?</div><div><br></div><div>Thanks</div>