Lib unit tests have been renamed to tests.

This commit is contained in:
Igor Sysoev
2017-08-30 00:31:02 +03:00
parent 92f3b85298
commit cdc7e4479f
23 changed files with 326 additions and 337 deletions

View File

@@ -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