diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-08-30 00:31:02 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-08-30 00:31:02 +0300 |
commit | cdc7e4479ff5aa08df0857a13a7acd7a00b79c89 (patch) | |
tree | a57bf9251fc79d9ef7bd3d33b1d05f3813dc3d4a /src/nxt_random.h | |
parent | 92f3b852981c739a2e6ff6d50dc646fe86031b27 (diff) | |
download | unit-cdc7e4479ff5aa08df0857a13a7acd7a00b79c89.tar.gz unit-cdc7e4479ff5aa08df0857a13a7acd7a00b79c89.tar.bz2 |
Lib unit tests have been renamed to tests.
Diffstat (limited to 'src/nxt_random.h')
-rw-r--r-- | src/nxt_random.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nxt_random.h b/src/nxt_random.h index f9c07e54..962fdf8f 100644 --- a/src/nxt_random.h +++ b/src/nxt_random.h @@ -19,8 +19,8 @@ typedef struct { void nxt_random_init(nxt_random_t *r); uint32_t nxt_random(nxt_random_t *r); -#if (NXT_LIB_UNIT_TEST) -nxt_int_t nxt_random_unit_test(nxt_thread_t *thr); +#if (NXT_TESTS) +nxt_int_t nxt_random_test(nxt_thread_t *thr); #endif |