diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-07 04:42:37 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 75dd544e5d4e359e19c904936c3bc96e8c9314e3 (patch) | |
| tree | 3a2fe21516ac51b0fc45a54aff8a145ffdfdf9a0 | |
| parent | cbdeea00109fa8b7bd052653938ac106514c1133 (diff) | |
Add a note to readme on the noci tag for disabling test on CI
| -rw-r--r-- | README_TEST.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/README_TEST.md b/README_TEST.md index 101b12d9..774ad3cb 100644 --- a/README_TEST.md +++ b/README_TEST.md @@ -1,6 +1,6 @@ -Running tests requires Catch2 and cmake. libs are assumed to be in -the same directory as the executable +Running tests requires Catch2 and cmake +# Running Tests ```sh mkdir cbuild && cd cbuild cmake .. @@ -12,3 +12,6 @@ make test # usage: Optionally specify tests and success verbosity ./test/test [bass] --success ``` + +# Writing Tests +`[noci]` tag is used to disable a test on Github actions |
