summaryrefslogtreecommitdiff
path: root/auto_tests/monolith_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/monolith_test.cpp')
-rw-r--r--auto_tests/monolith_test.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/auto_tests/monolith_test.cpp b/auto_tests/monolith_test.cpp
new file mode 100644
index 00000000..253d2bd3
--- /dev/null
+++ b/auto_tests/monolith_test.cpp
@@ -0,0 +1,16 @@
1/* Auto Tests: One instance.
2 */
3
4#define _DARWIN_C_SOURCE
5#define _XOPEN_SOURCE 600
6
7#ifdef HAVE_CONFIG_H
8#include "config.h"
9#endif
10
11#include "../other/monolith.h"
12
13int main(int argc, char *argv[])
14{
15 return 0;
16}