summaryrefslogtreecommitdiff
path: root/tests/tests-lib.h
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-02-20 11:26:48 -0300
committerEuAndreh <eu@euandre.org>2024-02-21 05:44:16 -0300
commit613398385703b6e99c8137a1b89454d977ccf2c8 (patch)
tree40c53155336296951b3475a3a0798a59f63edc14 /tests/tests-lib.h
parentMakefile: Include SQL migration files as installable artifacts (diff)
downloadpapod-613398385703b6e99c8137a1b89454d977ccf2c8.tar.gz
papod-613398385703b6e99c8137a1b89454d977ccf2c8.tar.xz
Remove C code and cleanup repository
Diffstat (limited to 'tests/tests-lib.h')
-rw-r--r--tests/tests-lib.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/tests-lib.h b/tests/tests-lib.h
deleted file mode 100644
index a1e67ba..0000000
--- a/tests/tests-lib.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef TESTS_LIB_H
-#define TESTS_LIB_H
-
-#include "../src/config.h"
-
-void
-test_start(const char *const name);
-
-void
-testing(const char *const message);
-
-void
-test_ok(void);
-
-#endif