diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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(); |
