Commit f4a5b1a
authored
[MAINT]: Update GNUmakefile to enhance test command functionality (#3051)
* chore: Update GNUmakefile to enhance test command functionality
- Renamed TESTARGS to COVERAGEARGS for clarity.
- Added variable references and examples for test-specific variables.
- Improved test and acceptance test commands to include branch information and coverage options.
Signed-off-by: Timo Sand <[email protected]>
* Ensure `make testacc` only ever runs `TestAcc` prefixed tests
Signed-off-by: Timo Sand <[email protected]>
* Move `CGO_ENABLED` as a global export
Signed-off-by: Timo Sand <[email protected]>
* Remove leftover inlined `CGO_ENABLED`
Signed-off-by: Timo Sand <[email protected]>
* Revert global `CGO_ENABLED=0` export
Signed-off-by: Timo Sand <[email protected]>
* Set `TEST` to package name to get real-time output for each test execution
Signed-off-by: Timo Sand <[email protected]>
* Use `-skip` in unit test target
Signed-off-by: Timo Sand <[email protected]>
* Remove unused target
Signed-off-by: Timo Sand <[email protected]>
---------
Signed-off-by: Timo Sand <[email protected]>1 parent 16c1e02 commit f4a5b1a
1 file changed
Lines changed: 36 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
4 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
5 | 19 | | |
6 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
7 | 27 | | |
8 | 28 | | |
9 | 29 | | |
| |||
27 | 47 | | |
28 | 48 | | |
29 | 49 | | |
30 | | - | |
31 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
32 | 59 | | |
33 | 60 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
43 | 64 | | |
44 | 65 | | |
45 | 66 | | |
| |||
63 | 84 | | |
64 | 85 | | |
65 | 86 | | |
66 | | - | |
| 87 | + | |
0 commit comments