aboutsummaryrefslogtreecommitdiff
path: root/tests/semconfig.h
blob: e34984d3be42c2403c24516f0724920d9db2095b (plain)
1
2
3
4
5
6
7
8
#ifndef CONFIG_H
#define CONFIG_H 1

#define LOG(text) fprintf(stderr, "%s\n", text);
#define TESTSEM "/testsem"
#define CNTSEM "/testcnt"

#endif