From 4663e88eeee11847749b3c6d5718fc88cf3157cb Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sun, 27 Mar 2016 12:26:33 -0700 Subject: [PATCH] Update README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ada4ac..e258531 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,13 @@ You have to build it to run it. To build it, you need: To run it, you can use anything, but the makefile assumes you have 'bochs' installed. - make clean test + make clean run -This will rebuild all of the sources and fire up the bochs emulator. Have fun. \ No newline at end of file +This will rebuild all of the sources and fire up the bochs emulator. Have fun. + +Developing & Testing +======= + +To run the unit tests: + + make test