chiark / gitweb /
tests: skip bus test if bus cannot be opened
[elogind.git] / src / shared / macro.h
index 80cb2f0892f9a2d41ae9918cb5644e99e6bca3f6..898784ac839945ff26803a0cfb13728fd401de06 100644 (file)
@@ -46,6 +46,9 @@
 #define _introspect_(x) __attribute__((section("introspect." x)))
 #define _alignas_(x) __attribute__((aligned(__alignof(x))))
 
+/* automake test harness */
+#define EXIT_TEST_SKIP 77
+
 #define XSTRINGIFY(x) #x
 #define STRINGIFY(x) XSTRINGIFY(x)