From 51cb0992e15ec4cfb0ed15ff202c987043b2b7e9 Mon Sep 17 00:00:00 2001 From: Sebastian Graf Date: Fri, 5 Oct 2018 14:30:58 +0200 Subject: [PATCH] Add README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b1ecf0b --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# `mjtest` tests + +This repository is an initial stub of tests to be used as the `tests/` folder of `mjtest`. + +The idea is that students of our compiler lab can fork this and add their own tests, possibly collaborating in some form. + +We don't accept any pull requests that add non-trivial tests, so that later participants can't peek into the history of this repository to get an extensive testsuite for free. -- GitLab