Skip to content

Commit

Permalink
framac: using autotest for scheduler stimuli
Browse files Browse the repository at this point in the history
  • Loading branch information
pthierry-ledger committed Aug 29, 2024
1 parent 881ac2d commit 968ec6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/proof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
pip3 install -r requirements.txt
- name: defconfig
run: |
defconfig configs/nucleo_u5a5_defconfig
defconfig configs/nucleo_u5a5_autotest_defconfig
- name: set safe dir for dunami (to be removed)
run: |
git config --global --add safe.directory '*'
Expand All @@ -72,7 +72,7 @@ jobs:
with:
cross_files: ${{ format('{0}/{1}', env.MESON_CROSS_FILES, 'arm-none-eabi-gcc.ini') }}
actions: '["prefetch", "setup"]'
options: '-Dconfig=.config -Ddts=dts/examples/nucleo_u5a5.dts -Ddts-include-dirs=dts -Dwith_proof=true'
options: '-Dconfig=.config -Ddts=dts/examples/nucleo_u5a5_autotest.dts -Ddts-include-dirs=dts -Dwith_proof=true'
- name: run framaC
run: |
why3 config detect
Expand Down

0 comments on commit 968ec6d

Please sign in to comment.