aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2018-08-20 16:58:03 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2018-08-20 16:58:03 +0200
commit84d7add2e7d3367a110a92b8f76f19b75b3c2dec (patch)
treea29f1490202fb8918fec261791eb65ee1b7b524a
parent46f24b9479f65ebd0193876c0584aecda6bcbd08 (diff)
downloadallocbench-84d7add2e7d3367a110a92b8f76f19b75b3c2dec.tar.gz
allocbench-84d7add2e7d3367a110a92b8f76f19b75b3c2dec.zip
fix chattymalloc target for new target layout
-rw-r--r--common_targets.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/common_targets.py b/common_targets.py
index c17ab70..b793a6f 100644
--- a/common_targets.py
+++ b/common_targets.py
@@ -30,4 +30,8 @@ common_targets = {"klmalloc" : {
},
}
-analyse_targets = {"chattymalloc" : {"LD_PRELOAD" : "build/chattymalloc.so"}}
+analyse_targets = {"chattymalloc" : {"cmd_prefix" : "",
+ "binary_suffix" : "",
+ "LD_PRELOAD" : "build/chattymalloc.so"
+ }
+ }