aboutsummaryrefslogtreecommitdiff
path: root/tests/semconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/semconfig.h')
-rw-r--r--tests/semconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/semconfig.h b/tests/semconfig.h
index e34984d..0ad08b3 100644
--- a/tests/semconfig.h
+++ b/tests/semconfig.h
@@ -2,6 +2,7 @@
#define CONFIG_H 1
#define LOG(text) fprintf(stderr, "%s\n", text);
+#define CMD(cmd) LOG(cmd); cmd;
#define TESTSEM "/testsem"
#define CNTSEM "/testcnt"