index
:
naskpass.git
NCurses based replacement for askpass (related to cryptsetup).
log msg
author
committer
range
master
about
summary
refs
log
tree
commit
diff
path:
root
/
tests
/
semconfig.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'tests/semconfig.h')
-rw-r--r--
tests/semconfig.h
1
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"