diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2020-06-27 19:37:53 -0700 |
|---|---|---|
| committer | Dan Willemsen <dwillemsen@google.com> | 2020-06-29 15:02:56 -0700 |
| commit | 17da7996059f08407cc206e703ec88d4facf0dc8 (patch) | |
| tree | e18ba26286bf62be039812a2aac915ff2c062d62 /Makefile | |
| parent | 10cc982b563c19890872b73e6d8fb44aeda646ae (diff) | |
| download | platform_build_kati-17da7996059f08407cc206e703ec88d4facf0dc8.tar.gz platform_build_kati-17da7996059f08407cc206e703ec88d4facf0dc8.tar.bz2 platform_build_kati-17da7996059f08407cc206e703ec88d4facf0dc8.zip | |
Switch to a golang-based test runner
This adds a few features:
* Parallel execution (and all other golang test runner features)
* Colored diffs of output
* Make and kati run in subdirs, all output is preserved
* Full logs saved of raw and normalized output per-testcase
* TODO(c/<testcase>) support to mark individual testcases as expected
failures, instead of the full test.
Removed support for the [go]kati serialization tests
Change-Id: Id6be80a3168ccff3fa3a970fe089986f1aa066dd
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -17,14 +17,8 @@ all: ckati ckati_tests include Makefile.kati include Makefile.ckati -test: run_tests - -test_quietly: run_tests -test_quietly: RUN_TESTS_QUIETLY := -q - -run_tests: all ckati_tests - ruby runtest.rb -c -n $(RUN_TESTS_QUIETLY) - +test: all ckati_tests + go test --ckati --ninja clean: ckati_clean |
