diff --git a/.gitignore b/.gitignore index 9d1f418..c36ac72 100644 --- a/.gitignore +++ b/.gitignore @@ -10,9 +10,6 @@ *.so *.dylib -# Test binary, built with `go test -c` -*.test - # Output of the go coverage tool, specifically when used with LiteIDE *.out diff --git a/samples/church.txt b/tests/church.test similarity index 100% rename from samples/church.txt rename to tests/church.test diff --git a/samples/fast.txt b/tests/fast.test similarity index 100% rename from samples/fast.txt rename to tests/fast.test diff --git a/samples/saccharine.txt b/tests/saccharine.test similarity index 100% rename from samples/saccharine.txt rename to tests/saccharine.test diff --git a/samples/simple.txt b/tests/simple.test similarity index 100% rename from samples/simple.txt rename to tests/simple.test diff --git a/samples/thunk.txt b/tests/thunk.test similarity index 100% rename from samples/thunk.txt rename to tests/thunk.test