diff options
Diffstat (limited to 'tests/semconfig.h')
-rw-r--r-- | tests/semconfig.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/semconfig.h b/tests/semconfig.h new file mode 100644 index 0000000..e34984d --- /dev/null +++ b/tests/semconfig.h @@ -0,0 +1,8 @@ +#ifndef CONFIG_H +#define CONFIG_H 1 + +#define LOG(text) fprintf(stderr, "%s\n", text); +#define TESTSEM "/testsem" +#define CNTSEM "/testcnt" + +#endif |