We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f4ee2 commit 492bb38Copy full SHA for 492bb38
.github/workflows/pull-request-checks.yaml
@@ -502,7 +502,13 @@ jobs:
502
chmod a+x ./bin/ebmc ; ./bin/ebmc --version
503
chmod a+x ./bin/hw-cbmc ; ./bin/hw-cbmc --version
504
chmod a+x ./bin/vlindex ; ./bin/vlindex --version
505
- echo "PATH=$PATH:$PWD/bin" >> $GITHUB_ENV
+ - name: Put binaries back in place
506
+ run: |
507
+ cp bin/ebmc src/ebmc/
508
+ cp bin/hw-cbmc src/hw-cbmc/
509
+ cp bin/vlindex src/vlindex/
510
+ - name: Run the verilog tests (CORE)
511
+ run: make -C regression/verilog test TEST_PL="../../lib/cbmc/regression/test.pl -C"
512
- name: Run the ebmc tests with SAT
513
run: make -C regression/ebmc test TEST_PL="../../lib/cbmc/regression/test.pl -K"
514
- name: Run the ebmc tests with Z3
0 commit comments