about summary refs log tree commit diff homepage
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorMartin Nowack <martin@se.inf.tu-dresden.de>2012-11-23 18:01:12 +0100
committerMartin Nowack <martin.nowack@gmail.com>2013-08-15 16:52:53 +0200
commitc09a2441e78f879c1c2ce8f2fa34c60800044349 (patch)
treef7a3339eef43384c07a25fdb19f2ad1727474efa /Makefile.config.in
parent5004054aec1e5cb69f8ce00f2295cc28d009a336 (diff)
downloadklee-c09a2441e78f879c1c2ce8f2fa34c60800044349.tar.gz
Add support for dejagnu as removed from LLVM 3.2
Added support for dejagnu to still allow tests to be executed under
LLVM 3.2.
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index c392136a..c916a456 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -51,3 +51,4 @@ CXXFLAGS := @CXXFLAGS@
 LDFLAGS := @LDFLAGS@
 
 REQUIRES_RTTI := @REQUIRES_RTTI@
+RUNTEST := @RUNTEST@