File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ default="sparse hdr-check sha256 leaks test check-docs doc"
6
6
skip=" "
7
7
more=" "
8
8
9
+ : ${T:= " " }
10
+
9
11
for t
10
12
do
11
13
case " $t " in
35
37
;;
36
38
leaks)
37
39
SANITIZE=leak \
38
- GIT_TEST_PASSING_SANITIZE_LEAK=true Meta/Make -j16 test &&
40
+ GIT_TEST_PASSING_SANITIZE_LEAK=true Meta/Make -j16 $T CC=clang test &&
39
41
SANITIZE=leak \
40
- GIT_TEST_PASSING_SANITIZE_LEAK=true Meta/Make -j16 clean
42
+ GIT_TEST_PASSING_SANITIZE_LEAK=true Meta/Make -j16 CC=clang clean
41
43
;;
42
44
coccicheck)
43
45
SPATCH_FLAGS=--recursive-includes Meta/Make -j16 " $t "
48
50
rm -f compat/regex/regex.o
49
51
;;
50
52
sha256)
51
- GIT_TEST_DEFAULT_HASH=sha256 Meta/Make -j16 test
53
+ GIT_TEST_DEFAULT_HASH=sha256 Meta/Make -j16 $T test
54
+ ;;
55
+ test)
56
+ Meta/Make -j16 $T " $t "
52
57
;;
53
58
* )
54
59
Meta/Make -j16 " $t "
You can’t perform that action at this time.
0 commit comments