boogie-org / corral

solver for the reachability modulo theories problem
MIT License
58 stars 29 forks source link

Which tests should we run in CI? #164

Open rakamaric opened 1 year ago

rakamaric commented 1 year ago

So @Dargones and I are slowly taking up the big task of updating Corral to the latest Boogie version.

Hence, we started looking into which tests we should be running while doing this (and in our CI) to make sure we are not breaking anything. Currently, the CI is running only the tests in the regressions folder, but there are a bunch of other folders in the test folder that are maybe important/relevant.

@akashlal could you maybe shed some light on which tests are not deprecated and should still be supported going forward so that we can clean up and update testing accordingly?

Thanks in advance!

akashlal commented 1 year ago

I have replied on PR #163