From 53df66efa40bcd03afd8b785094cf52f2e684776 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 22 Jul 2024 15:26:23 -0400 Subject: wrap example program from readme in details tag --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c13cb83..77ec1b4 100644 --- a/README.md +++ b/README.md @@ -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: +
+Example Program ```c #include "eztester.h" @@ -69,6 +70,7 @@ int main(int argc, char* argv[]){ return 0; } ``` +
### Static -- cgit v1.2.3