From 4d79110cb682b79819913aa6ce033cb7a7787c86 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 4 May 2020 15:51:48 +0200 Subject: [PATCH] tests: Make OCI authenticator available --- tests/Makefile.am.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am.inc b/tests/Makefile.am.inc index 606ca935..f197dec4 100644 --- a/tests/Makefile.am.inc +++ b/tests/Makefile.am.inc @@ -105,11 +105,15 @@ tests/services/org.flatpak.Authenticator.test.service: tests/org.flatpak.Authent mkdir -p tests/services $(AM_V_GEN) $(SED) -e "s|\@libexecdir\@|$(abs_top_builddir)/tests|" $< > $@ +tests/services/org.flatpak.Authenticator.Oci.service: oci-authenticator/org.flatpak.Authenticator.Oci.service.in + mkdir -p tests/services + $(AM_V_GEN) $(SED) -e "s|\@libexecdir\@|$(abs_top_builddir)|" $< > $@ + tests/share/xdg-desktop-portal/portals/test.portal: tests/test.portal.in mkdir -p tests/share/xdg-desktop-portal/portals $(AM_V_GEN) install -m644 $< $@ -tests/libtest.sh: tests/services/org.freedesktop.Flatpak.service tests/services/org.freedesktop.Flatpak.SystemHelper.service tests/services/org.freedesktop.portal.Flatpak.service tests/share/xdg-desktop-portal/portals/test.portal tests/services/org.freedesktop.impl.portal.desktop.test.service tests/services/org.flatpak.Authenticator.test.service +tests/libtest.sh: tests/services/org.freedesktop.Flatpak.service tests/services/org.freedesktop.Flatpak.SystemHelper.service tests/services/org.freedesktop.portal.Flatpak.service tests/share/xdg-desktop-portal/portals/test.portal tests/services/org.freedesktop.impl.portal.desktop.test.service tests/services/org.flatpak.Authenticator.test.service tests/services/org.flatpak.Authenticator.Oci.service install-test-data-hook: if ENABLE_INSTALLED_TESTS @@ -223,6 +227,7 @@ DISTCLEANFILES += \ tests/services/org.freedesktop.portal.Flatpak.service \ tests/services/org.freedesktop.impl.portal.desktop.test.service \ tests/services/org.flatpak.Authenticator.test.service \ + tests/services/org.flatpak.Authenticator.Oci.service \ tests/share/xdg-desktop-portal/portals/test.portal \ tests/package_version.txt \ $(NULL)