-
Notifications
You must be signed in to change notification settings - Fork 205
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense to me
Reorder the test to endsure some liquid products are available in /test/testdata/liquid/.liquid at first run. Also add a test to see if the liquid haskell excutable is available.
It seems some tests for liquid Haskell depended on these files by reordering the tests this ensures they are present at first run of tests. Also added a check for the executable |
I'm not sure if it's ok that these files were removed.
I think this should be reverted (except maybe for the |
Test 1 indicates What is if I run
Test 3-4 fails since they depend on the products produced by test 1 |
@meck sorry for confusion. It turns out that even though I had liquid was installed and present on path, I was missing the z3 SMT solver package. After installing it, all the tests are passing! Thank you |
These files get rewritten when the tests are run and dirties the repo.