aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-03-10 23:33:29 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-03-10 23:33:29 +0000
commita7e43ea2dbac298e978d18b69b58d318212a307f (patch)
tree032548a87ac5a339649299d4dc7dae1cc4345874 /README.md
parent3955c06028cb5b33aca6794cda9b22dd327100e1 (diff)
downloadCompiler-a7e43ea2dbac298e978d18b69b58d318212a307f.tar.gz
Compiler-a7e43ea2dbac298e978d18b69b58d318212a307f.zip
Adding tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index e3baff2..e1b770f 100644
--- a/README.md
+++ b/README.md
@@ -50,11 +50,16 @@ make bin/c_parser
make bin/c_lexer
```
+### Testing
+
These can then be tested using the following shell scripts.
``` shell
# Running tests for the compiler
-./run_test_deliverable.sh
+./run_test_deliverable.sh 1
+
+# Running tests agains the gcc reference implementation of the compiler
+./run_test_deliverable.sh 2
# Running smaller testbench on compiler
./test_compiler.sh