From e1e47173b6d432aa6b1a0378fc017291243a74ad Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Sat, 19 Dec 2020 15:22:44 -0800 Subject: make test.c. clean up utf8/string stuff a bit, start write patching --- test.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 test.c (limited to 'test.c') diff --git a/test.c b/test.c new file mode 100755 index 0000000..29de739 --- /dev/null +++ b/test.c @@ -0,0 +1,11 @@ +//usr/bin/env cc -o test "$0" && ./test; exit +#include +#include +#include + +// integration tests +int main() { + assert(system("echo about:blank > fs/mnt/tabs/create") == 0); + + assert(1); printf("Done!\n"); +} -- cgit v1.2.3