From cc18f968c15ca4129545bb7f88e88bed1152855c Mon Sep 17 00:00:00 2001
From: aejjeh <aejjeh@illinois.edu>
Date: Fri, 24 Jan 2020 10:09:44 -0600
Subject: [PATCH] Update test readme to include directions about using
 Makefile.config

---
 hpvm/test/README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hpvm/test/README.md b/hpvm/test/README.md
index 0032268c55..59832c6445 100644
--- a/hpvm/test/README.md
+++ b/hpvm/test/README.md
@@ -1,5 +1,7 @@
 # Using HPVM
-Tests are provided, along with a template Makefile for user projects.
+The below benchmarks are provided with HPVM, along with a template Makefile for user projects. In order to be able to build the existing benchmarks, a new `Makefile.config` must be created in [include](/hpvm/test/include) based on the existing `Makefile.config.example`. This configuration file must set up the following paths:
+* LLVM_BUILD_DIR: should point to your local `build` directory of HPVM.
+* CUDA_PATH: should point to your local CUDA installation.
 
 ## Parboil
 Several tests from the [parboil suite](http://impact.crhc.illinois.edu/parboil/parboil.aspx) have been ported to HPVM.
-- 
GitLab