Skip to content
Snippets Groups Projects
Commit 3452ccaf authored by Niels Möller's avatar Niels Möller
Browse files

(ASSERT): New macro.

Rev: src/nettle/testsuite/testutils.h:1.9
parent ddf23f6d
No related branches found
No related tags found
No related merge requests found
......@@ -91,4 +91,6 @@ test_rsa_sha1(struct rsa_public_key *pub,
#define SKIP() exit(77)
#define SUCCESS() return EXIT_SUCCESS
#define ASSERT(x) do { if (!(x)) FAIL(); } while(0)
#endif /* NETTLE_TESTUTILS_H_INCLUDED */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment