Lines Matching refs:TEST_PROGS
10 TEST_PROGS := test_generic_02.sh macro
11 TEST_PROGS += test_generic_03.sh
12 TEST_PROGS += test_generic_06.sh
13 TEST_PROGS += test_generic_07.sh
15 TEST_PROGS += test_generic_08.sh
16 TEST_PROGS += test_generic_09.sh
17 TEST_PROGS += test_generic_10.sh
18 TEST_PROGS += test_generic_12.sh
19 TEST_PROGS += test_generic_13.sh
20 TEST_PROGS += test_generic_16.sh
21 TEST_PROGS += test_generic_17.sh
23 TEST_PROGS += test_batch_01.sh
24 TEST_PROGS += test_batch_02.sh
25 TEST_PROGS += test_batch_03.sh
27 TEST_PROGS += test_null_01.sh
28 TEST_PROGS += test_null_02.sh
29 TEST_PROGS += test_null_03.sh
30 TEST_PROGS += test_loop_01.sh
31 TEST_PROGS += test_loop_02.sh
32 TEST_PROGS += test_loop_03.sh
33 TEST_PROGS += test_loop_04.sh
34 TEST_PROGS += test_loop_05.sh
35 TEST_PROGS += test_loop_06.sh
36 TEST_PROGS += test_loop_07.sh
38 TEST_PROGS += test_integrity_01.sh
39 TEST_PROGS += test_integrity_02.sh
40 TEST_PROGS += test_integrity_03.sh
42 TEST_PROGS += test_recover_01.sh
43 TEST_PROGS += test_recover_02.sh
44 TEST_PROGS += test_recover_03.sh
45 TEST_PROGS += test_recover_04.sh
46 TEST_PROGS += test_stripe_01.sh
47 TEST_PROGS += test_stripe_02.sh
48 TEST_PROGS += test_stripe_03.sh
49 TEST_PROGS += test_stripe_04.sh
50 TEST_PROGS += test_stripe_05.sh
51 TEST_PROGS += test_stripe_06.sh
53 TEST_PROGS += test_part_01.sh
54 TEST_PROGS += test_part_02.sh
56 TEST_PROGS += test_shmemzc_01.sh
57 TEST_PROGS += test_shmemzc_02.sh
58 TEST_PROGS += test_shmemzc_03.sh
59 TEST_PROGS += test_shmemzc_04.sh
61 TEST_PROGS += test_stress_01.sh
62 TEST_PROGS += test_stress_02.sh
63 TEST_PROGS += test_stress_03.sh
64 TEST_PROGS += test_stress_04.sh
65 TEST_PROGS += test_stress_05.sh
66 TEST_PROGS += test_stress_06.sh
67 TEST_PROGS += test_stress_07.sh
68 TEST_PROGS += test_stress_08.sh
69 TEST_PROGS += test_stress_09.sh
100 echo $$(filter test_$(1)_%.sh,$$(TEST_PROGS)) | tr ' ' '\n' | \
103 $$(call RUN_TESTS, $$(filter test_$(1)_%.sh,$$(TEST_PROGS))); \
114 echo $(TEST_PROGS) | tr ' ' '\n' | \
117 $(call RUN_TESTS, $(TEST_PROGS)); \