Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2018-10-31 00:31:51 +0300
committerMartin Storsjö <martin@martin.st>2018-10-31 00:31:51 +0300
commitfa93b8ffd3c9fdbdd78108a7074da9a1c731619d (patch)
tree26afe12fc111f69cc02249ad7f0330b465b8ec0a /tests
parent8cef1efc670922421ae9027d7ec26bb4d8d30ee2 (diff)
meson: Simplify the name of the checkasm test target
This simplifies running specifically this test by "meson test checkasm".
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 92fbce7..23ba4ed 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -83,7 +83,7 @@ if is_asm_enabled
dependencies : [thread_dependency, m_lib],
)
- test('checkasm test', checkasm, is_parallel: false)
+ test('checkasm', checkasm, is_parallel: false)
endif
dav1d_fuzzer_sources = files('libfuzzer/dav1d_fuzzer.c')