Skip to content

Commit

Permalink
Fix PEvent all syntax in test
Browse files Browse the repository at this point in the history
Signed-off-by: Knute <[email protected]>
  • Loading branch information
klingaard authored Feb 4, 2024
1 parent 95f59a6 commit 2670674
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/sim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ sparta_named_test(olympia_json_test_fp_transfers olympia
sparta_named_test(olympia_json_test_pevents olympia
--workload traces/dhry_riscv.zstf
--pevents test_pevent.out RETIRE
--pevents test_pevent.out COMPLETE
--pevents test_pevent.out ALL)
--pevents test_pevent.out COMPLETE)
sparta_named_test(olympia_json_test_pevents olympia
--workload traces/dhry_riscv.zstf
--pevents test_pevent.out all)

## Test the arches
file(GLOB TEST_YAML "${SIM_BASE}/arches/*.yaml")
Expand Down

0 comments on commit 2670674

Please sign in to comment.