search for: 045f3de

Displaying 2 results from an estimated 2 matches for "045f3de".

2015 Aug 06
0
[PATCH v4 02/17] tests/c-api: Convert the C API tests to use the test harness.
...++--- tests/c-api/tests-main.c | 56 +++++++++++------ tests/c-api/tests.h | 2 +- tests/c-api/tests.mk | 79 ++++++++++++++++++++++++ 11 files changed, 257 insertions(+), 175 deletions(-) create mode 100644 tests/c-api/tests.mk diff --git a/.gitignore b/.gitignore index 72f8cc4..045f3de 100644 --- a/.gitignore +++ b/.gitignore @@ -508,16 +508,13 @@ Makefile.in /tests/c-api/test-dlopen /tests/c-api/test-environment /tests/c-api/test-event-string -/tests/c-api/test*.img /tests/c-api/test-just-header /tests/c-api/test-just-header-cxx /tests/c-api/test-last-errno -/tests/c-api/t...
2015 Aug 06
20
[PATCH v4 00/17] tests: Introduce test harness for running tests.
Since v3: - A large number of fixes, especially for running the tests on installed libguestfs. - Fixed EXTRA_DIST rules throughout. - Extra patch 17/17 which is a tidy-up of the generated XML listing guests. Rich.