From 28d61c334f4ecea67184a56327299f60e029c012 Mon Sep 17 00:00:00 2001 From: m8pple Date: Mon, 11 Jul 2022 21:32:05 -0700 Subject: [PATCH] Include instructions on testing --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 449b6239..8f597cfe 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,17 @@ in order to use the Orchestrator. To test the reference XML, you'll need `expect` (https://core.tcl-lang.org/expect/index). Also see the `orchestrator-ci` repository to see how the `.ci` directory is interacted with. + +See `Tests/README.md` for more information on how to test the Orchestrator. + +Broadly speaking, if you are in the root directory (this directory), you can do +``` +$ cd Build/gcc +$ make +$ make tests +$ cd ../test_bin +$ ./run_tests.sh +``` + + +