aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-11-03 16:26:19 -0800
committerGarrett D'Amore <garrett@damore.org>2024-11-03 16:50:04 -0800
commitc2e396d5f9b0151b3564073e9f439fa492e735f6 (patch)
treeee699f2b76a9d0e6995a475cadc3812393fa08f7 /src/testing
parente7802b729a5b837df9bcac80b94196d015c2b29f (diff)
downloadnng-c2e396d5f9b0151b3564073e9f439fa492e735f6.tar.gz
nng-c2e396d5f9b0151b3564073e9f439fa492e735f6.tar.bz2
nng-c2e396d5f9b0151b3564073e9f439fa492e735f6.zip
Introduce NUTS_SKIP and use it in a few tests.
This lets us see that we are skipping tests due to lack of support, and makes it a little clearer to an observer.
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/nuts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/nuts.h b/src/testing/nuts.h
index 00a18994..ef639c31 100644
--- a/src/testing/nuts.h
+++ b/src/testing/nuts.h
@@ -205,6 +205,7 @@ extern const char *nuts_garbled_crt;
#define NUTS_ASSERT TEST_ASSERT
#define NUTS_CASE TEST_CASE
#define NUTS_MSG TEST_MSG
+#define NUTS_SKIP TEST_SKIP
#define NUTS_TESTS TEST_LIST