summaryrefslogtreecommitdiffstats
path: root/development/check/README
diff options
context:
space:
mode:
author Matteo Bernardini2020-06-20 11:01:26 +0200
committer Matteo Bernardini2020-06-20 11:01:26 +0200
commit4763c5f8092b9a9edb2471bd83ae5d6935056245 (patch)
tree704bea10c1fd69bf1b603c44f81d0d1b4df89019 /development/check/README
parent98dec0c0253801e4775e1c705f391e477db1a7e5 (diff)
downloadslackbuilds-4763c5f8092b9a9edb2471bd83ae5d6935056245.tar.gz
20200620.1 global branch merge.current-20200620.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/check/README')
-rw-r--r--development/check/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/development/check/README b/development/check/README
deleted file mode 100644
index 62590662e5..0000000000
--- a/development/check/README
+++ /dev/null
@@ -1,7 +0,0 @@
-Check is a unit test framework for C. It features a simple interface for
-defining unit tests, putting little in the way of the developer. Tests are
-run in a separate address space, so Check can catch both assertion failures
-and code errors that cause segmentation faults or other signals. The output
-from unit tests can be used within source code editors and IDEs.
-
-See the project's home page for more information, including a tutorial.