diff options
| author | Matoro Mahri <matoro@users.noreply.github.com> | 2022-10-07 16:10:49 -0400 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2022-10-30 09:33:27 +0000 |
| commit | e62ae148d712c4ce23398991048959d054b589bc (patch) | |
| tree | e85d5f79d6959b043dbe428eed04b7014025a35e /dev-libs/dbus-c++/files/dbus-c++-0.9.0-enable-tests.patch | |
| parent | 118ed5a34d15597a315a811c975f46a29b1a1efa (diff) | |
| download | gentoo-e62ae148d712c4ce23398991048959d054b589bc.tar.gz gentoo-e62ae148d712c4ce23398991048959d054b589bc.tar.bz2 gentoo-e62ae148d712c4ce23398991048959d054b589bc.zip | |
dev-libs/dbus-c++: add tests
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>
Diffstat (limited to 'dev-libs/dbus-c++/files/dbus-c++-0.9.0-enable-tests.patch')
| -rw-r--r-- | dev-libs/dbus-c++/files/dbus-c++-0.9.0-enable-tests.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/dbus-c++/files/dbus-c++-0.9.0-enable-tests.patch b/dev-libs/dbus-c++/files/dbus-c++-0.9.0-enable-tests.patch new file mode 100644 index 000000000000..827332c9f679 --- /dev/null +++ b/dev-libs/dbus-c++/files/dbus-c++-0.9.0-enable-tests.patch @@ -0,0 +1,22 @@ +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) |
