Support conversion of linkshere
[dueringa_WikiWalker.git] / lib / LUrlParser / test / README.txt
blob39fde4e82b1f3cfb8d8e58ecdb3871de620148cb
1 Unit tests based on GoogleTest
3 Build and Run
4 -------------
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  
11 Output
12 --------
14 $ ./tests
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)
20 [ RUN      ] UrlTest.cases
21 [       OK ] UrlTest.cases (0 ms)
22 [ RUN      ] UrlTest.ipv6
23 [       OK ] UrlTest.ipv6 (0 ms)
24 [ RUN      ] UrlTest.ipv4
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)
38 [  PASSED  ] 8 tests.