From 97b8d5bb3c9fd96251e89539d122d2331a2a7925 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 13 Nov 2020 11:27:39 +0100 Subject: Add system tests, implement syscall --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..a2a3e09 --- /dev/null +++ b/README @@ -0,0 +1,15 @@ +MCC - Mini Compiler Collection +============================== + +Build +----- + +make clean - Clean all +make - Build all +make systemtest - Run all system tests + +Directories +----------- + +tests/ : Unit tests +systemtest/ : System tests with dejagnu -- cgit v1.2.3