diff options
author | EuAndreh <eu@euandre.org> | 2021-07-31 15:49:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-31 15:50:44 -0300 |
commit | d843a40a039936b4d9b2b7b7552b88e9944bdd95 (patch) | |
tree | 92ddabf3315346c22aeceef26c6a1ec4a9584513 /src/unit-test.h | |
parent | src/gistatic.c: Add basic support for i18n with catgets; write initial -h hel... (diff) | |
download | gistatic-d843a40a039936b4d9b2b7b7552b88e9944bdd95.tar.gz gistatic-d843a40a039936b4d9b2b7b7552b88e9944bdd95.tar.xz |
src/: Embed unit-test.c into gistatic.c
Diffstat (limited to '')
-rw-r--r-- | src/unit-test.h | 8 |
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 |