1 Unit tests based on GoogleTest
5 Run 'make' and './tests'
7 If you have libgtest.so or libgtest.a in a special directory, prepend a definition for GTESTPATH on make commandline.
9 GTESTPATH=/usr/local/special/include make
15 [==========] Running 8 tests from 1 test case.
16 [----------] Global test environment set-up.
17 [----------] 8 tests from UrlTest
18 [ RUN ] UrlTest.example
19 [ OK ] UrlTest.example (0 ms)
21 [ OK ] UrlTest.cases (0 ms)
23 [ OK ] UrlTest.ipv6 (0 ms)
25 [ OK ] UrlTest.ipv4 (0 ms)
26 [ RUN ] UrlTest.parens
27 [ OK ] UrlTest.parens (0 ms)
28 [ RUN ] UrlTest.trailingdot
29 [ OK ] UrlTest.trailingdot (0 ms)
30 [ RUN ] UrlTest.specialchars
31 [ OK ] UrlTest.specialchars (0 ms)
32 [ RUN ] UrlTest.escapechars
33 [ OK ] UrlTest.escapechars (0 ms)
34 [----------] 8 tests from UrlTest (0 ms total)
36 [----------] Global test environment tear-down
37 [==========] 8 tests from 1 test case ran. (0 ms total)