Unify rv32/rv64 timer tests
[riscv-tests.git] / isa / rv32si / timer.S
1 # See LICENSE for license details.
2
3 #*****************************************************************************
4 # timer.S
5 #-----------------------------------------------------------------------------
6 #
7 # Test timer interrupt.
8 #
9
10 #include "riscv_test.h"
11 #include "test_macros.h"
12
13 #undef RVTEST_RV64S
14 #define RVTEST_RV64S RVTEST_RV32S
15
16 #include "../rv64si/timer.S"