aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_locusts.c
diff options
context:
space:
mode:
authorMatthew Strapp <matt@mattstrapp.net>2024-05-12 09:30:24 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-05-13 10:22:13 -0500
commite85b4f424ed239452567dab15fef6a4ad93b1775 (patch)
treeedcdc527a27a12a2ccd08260e7fee8fba716b352 /tests/test_locusts.c
downloadlocusts-e85b4f424ed239452567dab15fef6a4ad93b1775.tar
locusts-e85b4f424ed239452567dab15fef6a4ad93b1775.tar.gz
locusts-e85b4f424ed239452567dab15fef6a4ad93b1775.tar.bz2
locusts-e85b4f424ed239452567dab15fef6a4ad93b1775.tar.lz
locusts-e85b4f424ed239452567dab15fef6a4ad93b1775.tar.xz
locusts-e85b4f424ed239452567dab15fef6a4ad93b1775.tar.zst
locusts-e85b4f424ed239452567dab15fef6a4ad93b1775.zip
Initial commit
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'tests/test_locusts.c')
-rw-r--r--tests/test_locusts.c6
1 files changed, 6 insertions, 0 deletions
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;
+}