From e85b4f424ed239452567dab15fef6a4ad93b1775 Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Sun, 12 May 2024 09:30:24 -0500 Subject: Initial commit Signed-off-by: Matt Strapp --- tests/test_locusts.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/test_locusts.c (limited to 'tests') diff --git a/tests/test_locusts.c b/tests/test_locusts.c new file mode 100644 index 0000000..e14a8cc --- /dev/null +++ b/tests/test_locusts.c @@ -0,0 +1,6 @@ +#include "locusts.h" + +int main(void) { + introduce_locusts(); + return 0; +} -- cgit v1.2.3