aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index 8ff4edf..ae09967 100644
--- a/main.c
+++ b/main.c
@@ -1,8 +1,11 @@
#include <stdio.h>
#include "header.h"
+#include "tests/tests.h"
int main(int argc, char **argv)
{
+ (void)argc;
+ (void)argv;
test_pft_nacked();
test_pft_percent();
test_pft_string();