]> git.draconx.ca Git - cdecl99.git/blobdiff - t/rng-test.c
tests: Consolidate error messaging a bit.
[cdecl99.git] / t / rng-test.c
index a4ba6bb51c514bc8685d54a4d009dd93f248b7f6..e4173aac28898df37b5106836bbd67c70770edda 100644 (file)
@@ -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"