summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_unit.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-02-22Improvement and unification of version processing in build scripts.Alexander Borisov1-1/+1
This also eliminates expressions that incompatible with BSD make, thus fixing installation of Node.js module on FreeBSD (broken by dace60fc4926).
2018-12-19libunit: added generation of version header file.Alexander Borisov1-0/+2
2018-10-31Node.js: added async request execution.Alexander Borisov1-0/+2
2018-08-06Unit application library.Max Romanov1-0/+355
Library now used in all language modules. Old 'nxt_app_*' code removed. See src/test/nxt_unit_app_test.c for usage sample.