From a7e43ea2dbac298e978d18b69b58d318212a307f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 10 Mar 2018 23:33:29 +0000 Subject: Adding tests --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit