From 51c05fe7b5d6518bfb8a07ee3ec3c072bb21163e Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Fri, 3 Feb 2023 18:40:59 +0100 Subject: Initial commit --- test/main.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/main.c (limited to 'test/main.c') diff --git a/test/main.c b/test/main.c new file mode 100644 index 0000000..f6be903 --- /dev/null +++ b/test/main.c @@ -0,0 +1,12 @@ +/* See LICENSE file for copyright and license details. */ + +#include "test1.h" + +int +main(int argc, char **argv) +{ + test1(); + test2(); + + return 0; +} -- cgit v1.2.3