X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/7f52c6d4be39c4d5ece844011de3581fe718b199..1943156e7ba5c0318a54369a52297f74bad7b5b9:/t/rng-test.c diff --git a/t/rng-test.c b/t/rng-test.c index a4ba6bb..e4173aa 100644 --- a/t/rng-test.c +++ b/t/rng-test.c @@ -1,6 +1,6 @@ /* * Simple random number generator for testing. - * Copyright © 2022-2023 Nick Bowler + * Copyright © 2022-2024 Nick Bowler * * Directly compare the test lib RNG against the reference implementation. * @@ -27,6 +27,7 @@ int main(void) tap_skip_all("cannot compile reference xoshiro256+"); } #else +#define TEST_RNG_NO_EXTERNAL_API 1 #include "rng.c" #include "xos256p.c"