|
1 | | - |
2 | 1 | (executables |
3 | | - (names test1 test_ann_0_3 test_blending test_html) |
4 | | - (libraries printbox printbox-text printbox-html)) |
| 2 | + (names test1 test_ann_0_3 test_blending test_html) |
| 3 | + (libraries printbox printbox-text printbox-html)) |
5 | 4 |
|
6 | 5 | (rule |
7 | | - (targets test1.output) |
8 | | - (package printbox-text) |
9 | | - (action (with-stdout-to %{targets} (run ./test1.exe)))) |
| 6 | + (targets test1.output) |
| 7 | + (package printbox-text) |
| 8 | + (action |
| 9 | + (with-stdout-to |
| 10 | + %{targets} |
| 11 | + (run ./test1.exe)))) |
10 | 12 |
|
11 | 13 | (rule |
12 | | - (alias runtest) |
13 | | - (package printbox-text) |
14 | | - (action (diff test1.expected test1.output))) |
| 14 | + (alias runtest) |
| 15 | + (package printbox-text) |
| 16 | + (action |
| 17 | + (diff test1.expected test1.output))) |
15 | 18 |
|
16 | 19 | (rule |
17 | | - (targets test_ann_0_3.output) |
18 | | - (package printbox-text) |
19 | | - (action (with-stdout-to %{targets} (run ./test_ann_0_3.exe)))) |
| 20 | + (targets test_ann_0_3.output) |
| 21 | + (package printbox-text) |
| 22 | + (action |
| 23 | + (with-stdout-to |
| 24 | + %{targets} |
| 25 | + (run ./test_ann_0_3.exe)))) |
20 | 26 |
|
21 | 27 | (rule |
22 | | - (alias runtest) |
23 | | - (package printbox-text) |
24 | | - (action (diff test_ann_0_3.expected test_ann_0_3.output))) |
| 28 | + (alias runtest) |
| 29 | + (package printbox-text) |
| 30 | + (action |
| 31 | + (diff test_ann_0_3.expected test_ann_0_3.output))) |
25 | 32 |
|
26 | 33 | (rule |
27 | | - (targets test_blending.output) |
28 | | - (package printbox-text) |
29 | | - (action (with-stdout-to %{targets} (run ./test_blending.exe)))) |
| 34 | + (targets test_blending.output) |
| 35 | + (package printbox-text) |
| 36 | + (action |
| 37 | + (with-stdout-to |
| 38 | + %{targets} |
| 39 | + (run ./test_blending.exe)))) |
30 | 40 |
|
31 | 41 | (rule |
32 | | - (alias runtest) |
33 | | - (package printbox-text) |
34 | | - (action (diff test_blending.expected test_blending.output))) |
35 | | - |
| 42 | + (alias runtest) |
| 43 | + (package printbox-text) |
| 44 | + (action |
| 45 | + (diff test_blending.expected test_blending.output))) |
36 | 46 |
|
37 | 47 | (rule |
38 | | - (targets test_html.output) |
39 | | - (package printbox-html) |
40 | | - (action (with-stdout-to %{targets} (run ./test_html.exe)))) |
| 48 | + (targets test_html.output) |
| 49 | + (package printbox-html) |
| 50 | + (action |
| 51 | + (with-stdout-to |
| 52 | + %{targets} |
| 53 | + (run ./test_html.exe)))) |
41 | 54 |
|
42 | 55 | (rule |
43 | | - (alias runtest) |
44 | | - (package printbox-html) |
45 | | - (action (diff test_html.expected test_html.output))) |
| 56 | + (alias runtest) |
| 57 | + (package printbox-html) |
| 58 | + (action |
| 59 | + (diff test_html.expected test_html.output))) |
0 commit comments