diff options
author | EuAndreh <eu@euandre.org> | 2023-04-14 14:07:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-14 14:08:18 -0300 |
commit | 7afce21a30355068a4bdd186b44d79dd37d94937 (patch) | |
tree | 13dbb2350efc192a64ee7e738d5d4dd343fa789b /src/tests-lib.h | |
parent | rm -rf aux/ (diff) | |
download | gistatic-7afce21a30355068a4bdd186b44d79dd37d94937.tar.gz gistatic-7afce21a30355068a4bdd186b44d79dd37d94937.tar.xz |
Cleanup repo, reinit in sh
Diffstat (limited to 'src/tests-lib.h')
-rw-r--r-- | src/tests-lib.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/tests-lib.h b/src/tests-lib.h deleted file mode 100644 index 1ceab27..0000000 --- a/src/tests-lib.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef GISTATIC_TESTS_LIB_H -#define GISTATIC_TESTS_LIB_H - -void -test_start(const char *const name); - -void -testing(const char *const message); - -void -test_ok(void); - -#endif |