-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtestall.sh
More file actions
executable file
·147 lines (147 loc) · 7.17 KB
/
testall.sh
File metadata and controls
executable file
·147 lines (147 loc) · 7.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
#!/bin/bash
#Generated automatically by rrtk 0.6.1
set -e
echo
cargo test --no-default-features
echo alloc
cargo test --no-default-features --features alloc
echo std
cargo test --no-default-features --features std
echo devices
cargo test --no-default-features --features devices
echo dim_check_debug
cargo test --no-default-features --features dim_check_debug
echo dim_check_release
cargo test --no-default-features --features dim_check_release
echo libm
cargo test --no-default-features --features libm
echo micromath
cargo test --no-default-features --features micromath
echo alloc devices
cargo test --no-default-features --features alloc,devices
echo alloc dim_check_debug
cargo test --no-default-features --features alloc,dim_check_debug
echo alloc dim_check_release
cargo test --no-default-features --features alloc,dim_check_release
echo alloc libm
cargo test --no-default-features --features alloc,libm
echo alloc micromath
cargo test --no-default-features --features alloc,micromath
echo std devices
cargo test --no-default-features --features std,devices
echo std dim_check_debug
cargo test --no-default-features --features std,dim_check_debug
echo std dim_check_release
cargo test --no-default-features --features std,dim_check_release
echo std libm
cargo test --no-default-features --features std,libm
echo std micromath
cargo test --no-default-features --features std,micromath
echo devices dim_check_debug
cargo test --no-default-features --features devices,dim_check_debug
echo devices dim_check_release
cargo test --no-default-features --features devices,dim_check_release
echo devices libm
cargo test --no-default-features --features devices,libm
echo devices micromath
cargo test --no-default-features --features devices,micromath
echo dim_check_debug libm
cargo test --no-default-features --features dim_check_debug,libm
echo dim_check_debug micromath
cargo test --no-default-features --features dim_check_debug,micromath
echo dim_check_release libm
cargo test --no-default-features --features dim_check_release,libm
echo dim_check_release micromath
cargo test --no-default-features --features dim_check_release,micromath
echo libm micromath
cargo test --no-default-features --features libm,micromath
echo alloc devices dim_check_debug
cargo test --no-default-features --features alloc,devices,dim_check_debug
echo alloc devices dim_check_release
cargo test --no-default-features --features alloc,devices,dim_check_release
echo alloc devices libm
cargo test --no-default-features --features alloc,devices,libm
echo alloc devices micromath
cargo test --no-default-features --features alloc,devices,micromath
echo alloc dim_check_debug libm
cargo test --no-default-features --features alloc,dim_check_debug,libm
echo alloc dim_check_debug micromath
cargo test --no-default-features --features alloc,dim_check_debug,micromath
echo alloc dim_check_release libm
cargo test --no-default-features --features alloc,dim_check_release,libm
echo alloc dim_check_release micromath
cargo test --no-default-features --features alloc,dim_check_release,micromath
echo alloc libm micromath
cargo test --no-default-features --features alloc,libm,micromath
echo std devices dim_check_debug
cargo test --no-default-features --features std,devices,dim_check_debug
echo std devices dim_check_release
cargo test --no-default-features --features std,devices,dim_check_release
echo std devices libm
cargo test --no-default-features --features std,devices,libm
echo std devices micromath
cargo test --no-default-features --features std,devices,micromath
echo std dim_check_debug libm
cargo test --no-default-features --features std,dim_check_debug,libm
echo std dim_check_debug micromath
cargo test --no-default-features --features std,dim_check_debug,micromath
echo std dim_check_release libm
cargo test --no-default-features --features std,dim_check_release,libm
echo std dim_check_release micromath
cargo test --no-default-features --features std,dim_check_release,micromath
echo std libm micromath
cargo test --no-default-features --features std,libm,micromath
echo devices dim_check_debug libm
cargo test --no-default-features --features devices,dim_check_debug,libm
echo devices dim_check_debug micromath
cargo test --no-default-features --features devices,dim_check_debug,micromath
echo devices dim_check_release libm
cargo test --no-default-features --features devices,dim_check_release,libm
echo devices dim_check_release micromath
cargo test --no-default-features --features devices,dim_check_release,micromath
echo devices libm micromath
cargo test --no-default-features --features devices,libm,micromath
echo dim_check_debug libm micromath
cargo test --no-default-features --features dim_check_debug,libm,micromath
echo dim_check_release libm micromath
cargo test --no-default-features --features dim_check_release,libm,micromath
echo alloc devices dim_check_debug libm
cargo test --no-default-features --features alloc,devices,dim_check_debug,libm
echo alloc devices dim_check_debug micromath
cargo test --no-default-features --features alloc,devices,dim_check_debug,micromath
echo alloc devices dim_check_release libm
cargo test --no-default-features --features alloc,devices,dim_check_release,libm
echo alloc devices dim_check_release micromath
cargo test --no-default-features --features alloc,devices,dim_check_release,micromath
echo alloc devices libm micromath
cargo test --no-default-features --features alloc,devices,libm,micromath
echo alloc dim_check_debug libm micromath
cargo test --no-default-features --features alloc,dim_check_debug,libm,micromath
echo alloc dim_check_release libm micromath
cargo test --no-default-features --features alloc,dim_check_release,libm,micromath
echo std devices dim_check_debug libm
cargo test --no-default-features --features std,devices,dim_check_debug,libm
echo std devices dim_check_debug micromath
cargo test --no-default-features --features std,devices,dim_check_debug,micromath
echo std devices dim_check_release libm
cargo test --no-default-features --features std,devices,dim_check_release,libm
echo std devices dim_check_release micromath
cargo test --no-default-features --features std,devices,dim_check_release,micromath
echo std devices libm micromath
cargo test --no-default-features --features std,devices,libm,micromath
echo std dim_check_debug libm micromath
cargo test --no-default-features --features std,dim_check_debug,libm,micromath
echo std dim_check_release libm micromath
cargo test --no-default-features --features std,dim_check_release,libm,micromath
echo devices dim_check_debug libm micromath
cargo test --no-default-features --features devices,dim_check_debug,libm,micromath
echo devices dim_check_release libm micromath
cargo test --no-default-features --features devices,dim_check_release,libm,micromath
echo alloc devices dim_check_debug libm micromath
cargo test --no-default-features --features alloc,devices,dim_check_debug,libm,micromath
echo alloc devices dim_check_release libm micromath
cargo test --no-default-features --features alloc,devices,dim_check_release,libm,micromath
echo std devices dim_check_debug libm micromath
cargo test --no-default-features --features std,devices,dim_check_debug,libm,micromath
echo std devices dim_check_release libm micromath
cargo test --no-default-features --features std,devices,dim_check_release,libm,micromath