aboutsummaryrefslogtreecommitdiff
path: root/src/unit-test.h
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-31 15:49:16 -0300
committerEuAndreh <eu@euandre.org>2021-07-31 15:50:44 -0300
commitd843a40a039936b4d9b2b7b7552b88e9944bdd95 (patch)
tree92ddabf3315346c22aeceef26c6a1ec4a9584513 /src/unit-test.h
parentsrc/gistatic.c: Add basic support for i18n with catgets; write initial -h hel... (diff)
downloadgistatic-d843a40a039936b4d9b2b7b7552b88e9944bdd95.tar.gz
gistatic-d843a40a039936b4d9b2b7b7552b88e9944bdd95.tar.xz
src/: Embed unit-test.c into gistatic.c
Diffstat (limited to 'src/unit-test.h')
-rw-r--r--src/unit-test.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/unit-test.h b/src/unit-test.h
deleted file mode 100644
index 66e1748..0000000
--- a/src/unit-test.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef UNIT_TEST_H
-#define UNIT_TEST_H
-
-void test_start(const char *const name);
-void testing(const char *const message);
-void test_ok();
-
-#endif