diff options
author | Valentin Bartenev <vbart@nginx.com> | 2017-10-05 16:46:18 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2017-10-05 16:46:18 +0300 |
commit | 096562c0b14656354fcb0eb7b7c6d524f5fb1f1d (patch) | |
tree | efd6dd7b94951778e132d84591d77ae8d7ecf469 /test/nxt_tests.h | |
parent | 653e9854637e129cd6a92adaff96784220165eea (diff) | |
download | unit-096562c0b14656354fcb0eb7b7c6d524f5fb1f1d.tar.gz unit-096562c0b14656354fcb0eb7b7c6d524f5fb1f1d.tar.bz2 |
Improved applications versions handling.
Diffstat (limited to '')
-rw-r--r-- | test/nxt_tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nxt_tests.h b/test/nxt_tests.h index 508ddbe4..be4168cf 100644 --- a/test/nxt_tests.h +++ b/test/nxt_tests.h @@ -63,6 +63,7 @@ nxt_int_t nxt_sprintf_test(nxt_thread_t *thr); nxt_int_t nxt_malloc_test(nxt_thread_t *thr); nxt_int_t nxt_utf8_test(nxt_thread_t *thr); nxt_int_t nxt_http_parse_test(nxt_thread_t *thr); +nxt_int_t nxt_strverscmp_test(nxt_thread_t *thr); #endif /* _NXT_TESTS_H_INCLUDED_ */ |