From c160e3a421d70867b7c76b8cd7a52a573e0497ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20H=C3=B6hne?= Date: Sun, 22 Jun 2025 05:59:08 +0200 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0fed29..650fea6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # Small-Enough-Tester -Tiny C testing framework. \ No newline at end of file +Tiny C testing framework. + +## Build + +Building is quite simple. To build a test `test_fac.c` just pick your favourite compiler and run. + + gcc Small-Enough-Tester/set.c test_fac.c -I Small-Enough-Tester/ -D COLORIZED -lm -o test_fac + +Running a test is equally simple just execute the compiled binary. + + ./test_fac + +## LICENSE + +This software is licensed under GPL v3.0 . For more information see [LICENSE](LICENSE).