README - sfeed_tests - sfeed tests and RSS and Atom files
(HTM) git clone git://git.codemadness.org/sfeed_tests
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) 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 other
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 analysis tools.
15 build_sanitize.sh - Compile with clang sanitize UBsan-flags.
16 build_versions.sh - Compile different versions with different compilers and optimize flags.
17 gcov_dump.h - Header used by build_coverage.sh, to make sure gcov_dump is called on exit().
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 common
21 websites, systems, blogging platforms etc. These files
22 can be used to test other RSS/Atom readers as well.
23 test_curses.sh - Run automated and manual tests for sfeed_curses.
24 tests.sh - A shellscript used to record or compare results.