-
- Downloads
runner: Unit tests for the runner
TODO: Unit tests for the results.json file contents. v2: - Avoid writing the nul character to mock files - Properly set up tmpdirs v3: - Restore the resume-related changes that were lost in rebase v4: - Better teardown for temporary directories - Build with autotools Signed-off-by:Petri Latvala <petri.latvala@intel.com> Reviewed-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Showing
- configure.ac 1 addition, 0 deletionsconfigure.ac
- runner/.gitignore 1 addition, 0 deletionsrunner/.gitignore
- runner/Makefile.am 12 additions, 0 deletionsrunner/Makefile.am
- runner/meson.build 8 additions, 0 deletionsrunner/meson.build
- runner/runner_tests.c 973 additions, 0 deletionsrunner/runner_tests.c
- runner/testdata/Makefile.am 25 additions, 0 deletionsrunner/testdata/Makefile.am
- runner/testdata/meson.build 20 additions, 0 deletionsrunner/testdata/meson.build
- runner/testdata/no-subtests.c 6 additions, 0 deletionsrunner/testdata/no-subtests.c
- runner/testdata/skippers.c 14 additions, 0 deletionsrunner/testdata/skippers.c
- runner/testdata/successtest.c 10 additions, 0 deletionsrunner/testdata/successtest.c
runner/runner_tests.c
0 → 100644
This diff is collapsed.
runner/testdata/Makefile.am
0 → 100644
runner/testdata/meson.build
0 → 100644
runner/testdata/no-subtests.c
0 → 100644
runner/testdata/skippers.c
0 → 100644
runner/testdata/successtest.c
0 → 100644
Please register or sign in to comment