From 39b2e47720e23c56e9efbbdd306521c0766c69fc Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Tue, 28 Jan 2020 05:13:49 -0600 Subject: [PATCH] Update README.md for automating testing after installation. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e4f6c48a14..3509ea0c63 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,14 @@ In order to manually build and install HPVM, GNU Make can be run using the follo make -j<number of threads> make install ``` + +In the end of the installation process, the installer automatically runs all the regression tests to ensure that the installation is +successful. If HPVM is built and installed manually, the tests can be automatically run by executing the following step from the +current directory. +```shell +bash scripts/automate_tests.sh +``` + With all the aforementioned steps, HPVM should be built, installed and ready for use. ## Benchmarks and Tests -- GitLab