Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
3452ccaf
Commit
3452ccaf
authored
Sep 28, 2002
by
Niels Möller
Browse files
(ASSERT): New macro.
Rev: src/nettle/testsuite/testutils.h:1.9
parent
ddf23f6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/testutils.h
View file @
3452ccaf
...
...
@@ -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 */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment