mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Current tests are a no-op due to not including them in TESTS for whatever unknown reason. Same on Debian. Tests pass on alpha but need virtx. Bug: https://bugs.gentoo.org/873487 Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/27679 Signed-off-by: Sam James <sam@gentoo.org>
23 lines
641 B
Diff
23 lines
641 B
Diff
https://bugs.gentoo.org/873487
|
|
https://github.com/gentoo/gentoo/pull/27679
|
|
|
|
diff --git a/test/functional/Test1/Makefile.am b/test/functional/Test1/Makefile.am
|
|
index 3269751..50dd2a9 100644
|
|
--- a/test/functional/Test1/Makefile.am
|
|
+++ b/test/functional/Test1/Makefile.am
|
|
@@ -40,3 +40,4 @@ AM_CPPFLAGS =
|
|
|
|
## File created by the gnome-build tools
|
|
|
|
+TESTS = $(noinst_PROGRAMS)
|
|
diff --git a/test/generator/Makefile.am b/test/generator/Makefile.am
|
|
index 6c2403d..c6781aa 100644
|
|
--- a/test/generator/Makefile.am
|
|
+++ b/test/generator/Makefile.am
|
|
@@ -38,3 +38,5 @@ dist-hook:
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
Makefile.in
|
|
+
|
|
+TESTS = $(noinst_PROGRAMS)
|