From 481884fb892f949478dad8d801ced704baea986c Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Mon, 18 Nov 2019 18:36:57 +0100 Subject: Automatic testing of examples --- tests/filetest.lisp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/filetest.lisp (limited to 'tests/filetest.lisp') diff --git a/tests/filetest.lisp b/tests/filetest.lisp new file mode 100644 index 0000000..b37d2fe --- /dev/null +++ b/tests/filetest.lisp @@ -0,0 +1,3 @@ +#include "stdlib.lisp" + +(print (read-file "tests/filetest.lisp")) -- cgit v1.2.3-54-g00ecf