summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072023-02-25 16:36:28 +0100
committersL1pKn072023-02-25 16:36:28 +0100
commitf89b521cc5bc371bf323c9ea6b2155f4ebf64a96 (patch)
tree6930e51285d6b085c32172580b0bdedd9ccdbe97 /PKGBUILD
parent0a48d0c005eecc8ba65ae17b6f605aa4dbe51820 (diff)
downloadaur-openh264-git.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28c6023fba29..2b6c6e7129ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,7 +38,7 @@ build() {
meson compile -C build
}
-_check() {
+check() {
( cd openh264/test/encoder_binary_comparison ; CFLAGS=-Werror ./run_PrepareAllTestData.sh 64 )
meson test -C build -v
cd openh264