summaryrefslogtreecommitdiff
path: root/Omni
diff options
context:
space:
mode:
Diffstat (limited to 'Omni')
-rw-r--r--Omni/Bild.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Omni/Bild.hs b/Omni/Bild.hs
index 1bb1c83..cfc8168 100644
--- a/Omni/Bild.hs
+++ b/Omni/Bild.hs
@@ -190,8 +190,8 @@ test_bildBild =
case Namespace.fromPath root path of
Nothing -> Test.assertFailure "can't find ns for bild"
Just ns ->
- analyzeAll False [ns]
- +> build False False 1 2
+ analyzeAll True [ns]
+ +> build False True 1 2
+> \case
[Exit.ExitFailure _] ->
Test.assertFailure "can't bild bild"
@@ -207,8 +207,8 @@ test_bildExamples =
|> traverse Dir.makeAbsolute
/> map (Namespace.fromPath root)
/> catMaybes
- +> analyzeAll False
- +> build False False 4 1
+ +> analyzeAll True
+ +> build False True 4 1
+> \case
[] -> Test.assertFailure "asdf"
xs -> all (== Exit.ExitSuccess) xs @=? True