Commit dceb439
authored
Add test-one Makefile target for running individual tests (#40)
`make test-one t=TestName` runs a single test by name using
ponytest's --only flag. Useful for faster iteration when
debugging or developing a specific test.1 parent 26134c5 commit dceb439
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
66 | | - | |
| 69 | + | |
0 commit comments