diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-07-22 15:26:23 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-07-22 15:26:23 -0400 |
| commit | 53df66efa40bcd03afd8b785094cf52f2e684776 (patch) | |
| tree | 1ae3021d456531f3350fea1363355c3a0196de0b /README.md | |
| parent | 9cab7d6f0d3febef7db5171ac7081efd035f937d (diff) | |
wrap example program from readme in details tag
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -20,8 +20,9 @@ By default `make` builds all targets in `build/(static|dynamic|header)` EZ-Tester can be used as static, dynamic or header only library. After configuring your project, create a program to run your tests. -Here is an example tester program below: +<details> +<summary>Example Program</summary> ```c #include "eztester.h" @@ -69,6 +70,7 @@ int main(int argc, char* argv[]){ return 0; } ``` +</details> ### Static |
