diff --git a/tests/hello.expected b/tests/hello.expected new file mode 100644 index 0000000..95d09f2 --- /dev/null +++ b/tests/hello.expected @@ -0,0 +1 @@ +hello world \ No newline at end of file diff --git a/hello.sl b/tests/hello.sl similarity index 100% rename from hello.sl rename to tests/hello.sl diff --git a/tests/hello.test b/tests/hello.test new file mode 100644 index 0000000..c01c8ee --- /dev/null +++ b/tests/hello.test @@ -0,0 +1 @@ +python main.py tests/hello.sl -o /tmp/hello > /dev/null && /tmp/hello \ No newline at end of file