Add buildroot to installation test

This commit is contained in:
Jordan Carlin 2024-07-23 02:00:27 -07:00
parent 269399946c
commit 63b387619d
No known key found for this signature in database
2 changed files with 7 additions and 3 deletions

View File

@ -27,7 +27,11 @@ jobs:
run: |
source setup.sh
make riscof
- name: regresssion
- name: make buildroot
run: |
source setup.sh
make -C linux
- name: regression
run: |
source setup.sh
regression-wally

View File

@ -421,8 +421,8 @@ elif (args.fcovrvvi): # only run RV64GC tests on Questa in rvvi coverage mode
addTests(tests64gc_fp, coveragesim)
else:
for sim in sims:
# if (not (args.buildroot and sim == defaultsim)): # skip short buildroot sim if running long one
# addTests(tests_buildrootshort, sim)
if (not (args.buildroot and sim == defaultsim)): # skip short buildroot sim if running long one
addTests(tests_buildrootshort, sim)
addTests(tests, sim)
addTests(tests64gc_nofp, sim)
addTests(tests64gc_fp, sim)