aboutsummaryrefslogtreecommitdiffstats
path: root/mtest.h
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2021-02-24 18:38:54 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2021-02-24 18:42:32 +0100
commitd6dd1fa410ea57b43802dc032f54fc030864e7e8 (patch)
treeaa1775ffbaf909b70ca8b6c27703fa6ae89368b2 /mtest.h
parent4c342f495e347bd1a9c2b4bed4be4f9aafe145b0 (diff)
downloadmtest-master.tar.gz
mtest-master.tar.bz2
mtest-master.zip
mtest.h: print parameter in param testsHEADmaster
Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
Diffstat (limited to 'mtest.h')
-rw-r--r--mtest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mtest.h b/mtest.h
index 8650f14..ef71c0e 100644
--- a/mtest.h
+++ b/mtest.h
@@ -108,7 +108,7 @@
========================================================================== */
-#define mt_run_param(f, p) mt_run_param_named(f, p, #f)
+#define mt_run_param(f, p) mt_run_param_named(f, p, #f "(" #p ")")
/* ==========================================================================