]> sourceware.org Git - lvm2.git/commit
[unit-test] Push the new unit test framwork.
authorJoe Thornber <ejt@redhat.com>
Thu, 26 Apr 2018 10:59:39 +0000 (11:59 +0100)
committerJoe Thornber <ejt@redhat.com>
Thu, 26 Apr 2018 10:59:39 +0000 (11:59 +0100)
commitea34dad66fe4a46a2f7ec51c4358144f6cb3ed67
treef856e09bb5704fa3418d2c9b8e61e56a63626088
parentc7fdacbc5001f3bdfaa441fedb7da120af5d8af9
[unit-test] Push the new unit test framwork.

See doc/unit-test.txt for details.

Some bcache tests failing.  Probably due to dct changing semantics, will
fix in follow up patch.
47 files changed:
.gitignore
Makefile.in
configure
configure.in
doc/unit-tests.txt [new file with mode: 0644]
report-generators/lib/log.rb [deleted file]
report-generators/lib/report_templates.rb [deleted file]
report-generators/lib/reports.rb [deleted file]
report-generators/lib/schedule_file.rb [deleted file]
report-generators/lib/string-store.rb [deleted file]
report-generators/memcheck.rb [deleted file]
report-generators/templates/boiler_plate.rhtml [deleted file]
report-generators/templates/index.rhtml [deleted file]
report-generators/templates/memcheck.rhtml [deleted file]
report-generators/templates/unit_detail.rhtml [deleted file]
report-generators/templates/unit_test.rhtml [deleted file]
report-generators/test/example.schedule [deleted file]
report-generators/test/strings/more_strings/test3.txt [deleted file]
report-generators/test/strings/test1.txt [deleted file]
report-generators/test/strings/test2 [deleted file]
report-generators/test/tc_log.rb [deleted file]
report-generators/test/tc_schedule_file.rb [deleted file]
report-generators/test/tc_string_store.rb [deleted file]
report-generators/test/ts.rb [deleted file]
report-generators/title_page.rb [deleted file]
report-generators/unit_test.rb [deleted file]
reports/stylesheet.css [deleted file]
test/unit/config_t.c [deleted file]
test/unit/dmstatus_t.c [deleted file]
test/unit/matcher_t.c [deleted file]
test/unit/run.c [deleted file]
test/unit/string_t.c [deleted file]
test/unit/units.h [deleted file]
unit-test/Makefile.in [moved from test/unit/Makefile.in with 58% similarity]
unit-test/bcache_t.c [moved from test/unit/bcache_t.c with 59% similarity]
unit-test/bitset_t.c [moved from test/unit/bitset_t.c with 62% similarity]
unit-test/config_t.c [new file with mode: 0644]
unit-test/dmlist_t.c [moved from test/unit/dmlist_t.c with 60% similarity]
unit-test/dmstatus_t.c [new file with mode: 0644]
unit-test/framework.c [new file with mode: 0644]
unit-test/framework.h [new file with mode: 0644]
unit-test/matcher_data.h [moved from test/unit/matcher_data.h with 100% similarity]
unit-test/matcher_t.c [new file with mode: 0644]
unit-test/percent_t.c [moved from test/unit/percent_t.c with 59% similarity]
unit-test/run.c [new file with mode: 0644]
unit-test/string_t.c [new file with mode: 0644]
unit-test/units.h [new file with mode: 0644]
This page took 0.047517 seconds and 5 git commands to generate.