diff options
Diffstat (limited to 'docs/application/testing.md')
| -rw-r--r-- | docs/application/testing.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/application/testing.md b/docs/application/testing.md index 2964fae..710915c 100644 --- a/docs/application/testing.md +++ b/docs/application/testing.md @@ -42,3 +42,11 @@ typedef struct { // TODO FAIL ``` + +## `make test` + +Bundle all tests into a single executable + +## `TEST_FILES="$NAMES..." make test` + +Only build specified file(s) |
