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 /auto | |
parent | 653e9854637e129cd6a92adaff96784220165eea (diff) | |
download | unit-096562c0b14656354fcb0eb7b7c6d524f5fb1f1d.tar.gz unit-096562c0b14656354fcb0eb7b7c6d524f5fb1f1d.tar.bz2 |
Improved applications versions handling.
Diffstat (limited to '')
-rw-r--r-- | auto/sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index f2760ad6..473fe2f3 100644 --- a/auto/sources +++ b/auto/sources @@ -218,6 +218,7 @@ NXT_TEST_SRCS=" \ test/nxt_utf8_test.c \ test/nxt_rbtree1_test.c \ test/nxt_http_parse_test.c \ + test/nxt_strverscmp_test.c \ " NXT_LIB_UTF8_FILE_NAME_TEST_SRCS=" \ |