Skip to content

Commit

Permalink
app-accessibility/flite: update patch
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/896106
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
matoro authored and thesamesam committed Apr 14, 2023
1 parent 72c2782 commit dda0b4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app-accessibility/flite/files/flite-2.2-backport-pr30.patch
@@ -1,7 +1,7 @@
https://bugs.gentoo.org/896106
https://github.com/festvox/flite/pull/90

From 56ef01e5a7cd8d8606b4ccd13b4366039269f9d7 Mon Sep 17 00:00:00 2001
From 1f26195418fbe8915f48bb51e1e6126f531ecc25 Mon Sep 17 00:00:00 2001
From: matoro <matoro@users.noreply.github.com>
Date: Fri, 24 Feb 2023 14:25:16 -0500
Subject: [PATCH] Expose automated tests under "make check"
Expand Down Expand Up @@ -31,7 +31,7 @@ index 511f8cf..1b627b2 100644
@ $(MAKE) --no-print-directory -C testsuite test

diff --git a/testsuite/Makefile b/testsuite/Makefile
index b60e98a..275a3e8 100644
index b60e98a..8b1163c 100644
--- a/testsuite/Makefile
+++ b/testsuite/Makefile
@@ -49,15 +49,17 @@ SRCS = token_test_main.c hrg_test_main.c \
Expand Down Expand Up @@ -85,7 +85,7 @@ index b60e98a..275a3e8 100644
+check test: $(patsubst %, run_%, $(AUTO_EXECS))

+run_%: %
+ ./$<
+ LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):$(LIBDIR)" ./$<

+run_multi_thread: multi_thread
+ OMP_NUM_THREADS=100 ./$<
+ LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):$(LIBDIR)" OMP_NUM_THREADS=100 ./$<

0 comments on commit dda0b4b

Please sign in to comment.