summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-05-06 11:11:38 +0200
committerJeremy Allison <jra@samba.org>2014-05-22 21:05:14 +0200
commit417489a214757055ab95c98180c5ce960bdbe632 (patch)
tree8a74cb828764d983830a360dfd997739931914f3
parent19fb729188304e5817a694da9e5a4db5d1dfcb51 (diff)
downloadsamba-417489a214757055ab95c98180c5ce960bdbe632.tar.gz
tdb/test: add a "skip()" macro.
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
-rw-r--r--lib/tdb/test/tap-interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tdb/test/tap-interface.h b/lib/tdb/test/tap-interface.h
index 13193d57c67..8f742d8d09c 100644
--- a/lib/tdb/test/tap-interface.h
+++ b/lib/tdb/test/tap-interface.h
@@ -54,4 +54,5 @@
} \
} while(0)
#define ok1(e) ok((e), "%s:%s", __location__, #e)
+#define skip(n, ...) diag(__VA_ARGS__)
#define exit_status() 0