From 29802a87888a9d341643886e18fc39fa58e57bd2 Mon Sep 17 00:00:00 2001 From: tmill <tmiller@unimelb.edu.au> Date: Mon, 13 Aug 2018 17:37:41 +1000 Subject: [PATCH] ADD: Source for SWEN90006 Assignment 1, 2018. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5da146..95c8efa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # SWEN90006-A1-2018 -Assignment code for SWEN90006 (Software Testing and Reliability) at the University of Melbourne. Semester 2, 2018. \ No newline at end of file +Assignment code for SWEN90006 (Software Testing and Reliability) at the University of Melbourne. Semester 2, 2018. + +The folder structure is: + +- src/ contains the source code for the virtual machine. +- test/ contains the templates for the JUnit test scripts. +- mutants/ contains five identical copies of the src, which you must modify to create your mutants. +- examples/ contains two example programs using the simple language. +- build.xml is an ant build script that you can choose to use or not -- GitLab