README - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
README (1209B) | |
--- | |
1 Test files intended for sfeed. | |
2 | |
3 Some of the test files are sfeed-specific, some XML files can be used by… | |
4 readers as well. | |
5 | |
6 It's use are for quickly testing regressions and testing of output of | |
7 common-used systems using RSS/Atom and related technologies like OPML. | |
8 | |
9 | |
10 Files | |
11 ----- | |
12 | |
13 build_coverage.sh - Compile using gcc and with coverage flags. | |
14 build_no_warnings.sh - Compile with gcc and clang and runs some static … | |
15 build_sanitize.sh - Compile with clang sanitize UBsan-flags. | |
16 build_versions.sh - Compile different versions with different compil… | |
17 gcov_dump.h - Header used by build_coverage.sh, to make sure g… | |
18 gcov2text.sh - Slightly format gcov output and highlight lines. | |
19 input/*/ - Stores tests per tool for sfeed. | |
20 input/sfeed/realworld - The directory stores the RSS/Atom output of comm… | |
21 websites, systems, blogging platforms etc. These… | |
22 can be used to test other RSS/Atom readers as we… | |
23 test_curses.sh - Run automated and manual tests for sfeed_curses. | |
24 tests.sh - A shellscript used to record or compare results. |