source: trunk/softs/tests_cc_vcache/run_tests @ 623

Last change on this file since 623 was 520, checked in by bouyer, 11 years ago

Re-add the tests; reverting previous which was done at the wrong level (sorry)

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1#!/bin/sh
2
3PATH=${PATH}:/dsk/l1/misc/bouyer/tmp/tsarmips/obj/netbsd-5/tooldir/bin
4export PATH
5SOCLIB_TTY=TERM
6export SOCLIB_TTY
7
8for dir in test_sanity test_exceptions test_mmu_basic \
9   test_excep_ls test_excep_ls_delayslot test_excep_ls_llsc \
10   test_excep_if test_excep_if_delayslot test_excep_if_llsc \
11   test_exception_epc_modify    \
12   test_dtlb_inval test_dtlb_inval2 test_dtlb_inval3 \
13   test_itlb_inval test_itlb_inval2 \
14   test_idtlb_inval test_idtlb_inval2 test_idtlb_inval3 test_idtlb_inval4 \
15   test_dtlb_ptprinval test_itlb_ptprinval test_idtlb_ptprinval \
16   test_sync \
17   test_llsc test_sc_no_ll test_sc_update_cache test_pte_llsc \
18   test_interrupt \
19   test_interrupt_epc_modify \
20   test_xicu_timer \
21   test_interrupt_delayslot \
22   test_interrupt_mask \
23   test_interrupt_external_mask \
24   test_excep_cop test_excep_cop_delayslot test_excep_cop1 \
25   test_syscall test_syscall_delayslot \
26   test_breakpoint test_breakpoint_delayslot \
27   test_ri test_ri_delayslot \
28   test_ao test_ao_delayslot \
29   test_trap test_trap_delayslot \
30   test_dcache_inval_pa test_icache_inval_pa \
31   test_pte2i_ref test_pte2lw_ref test_pte2ll_ref test_pte2sw_dirty test_pte2sc_dirty \
32   test_dma_basic test_dma_unaligned \
33   ; do
34        echo -n ${dir}": "
35        (cd $dir && ./run)
36done
Note: See TracBrowser for help on using the repository browser.