aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2017-03-15 14:11:09 -0500
committerClark Williams <williams@redhat.com>2017-03-15 14:18:03 -0500
commit8ee115f220ae21f4a844c4c8dc96b4dcefeb9219 (patch)
tree2614b82c8bb27980aaeb1ec455f7c5c547ac0266
parent6e4d54b8c6d3697efba0e3d44727b10485a07381 (diff)
downloadrteval-8ee115f220ae21f4a844c4c8dc96b4dcefeb9219.tar.gz
Added EXTRA Makefile variable for testing miscellaneous options
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd8e95f..1a70f9c 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ LOADS := $(KLOAD) $(BLOAD)
runit:
[ -d $(HERE)/run ] || mkdir run
- python rteval-cmd -D -L -v --workdir=$(HERE)/run --loaddir=$(HERE)/loadsource --duration=$(D) -f $(HERE)/rteval.conf -i $(HERE)/rteval
+ python rteval-cmd -D -L -v --workdir=$(HERE)/run --loaddir=$(HERE)/loadsource --duration=$(D) -f $(HERE)/rteval.conf -i $(HERE)/rteval $(EXTRA)
load:
[ -d ./run ] || mkdir run