From 0bff8e8e920ac75fa97dd7ee4cef1becd9c2ea81 Mon Sep 17 00:00:00 2001
From: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date: Fri, 24 Jun 2016 14:43:57 +0100
Subject: [PATCH] Install tumbler test in apertis-tests

This lets us run it from /usr/lib/apertis-tests/tumbler if desired.

Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk>
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D3488
---
 Makefile                     | 1 +
 debian/apertis-tests.install | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 3dc2858..1cd91cc 100644
--- a/Makefile
+++ b/Makefile
@@ -73,6 +73,7 @@ COPY = \
 	sdk \
 	templates \
 	tracker \
+	tumbler \
 	$(NULL)
 
 all:
diff --git a/debian/apertis-tests.install b/debian/apertis-tests.install
index 8de105b..3e21ee5 100644
--- a/debian/apertis-tests.install
+++ b/debian/apertis-tests.install
@@ -22,6 +22,7 @@ usr/lib/apertis-tests/predeployed-misc
 usr/lib/apertis-tests/resources
 usr/lib/apertis-tests/sdk
 usr/lib/apertis-tests/templates
+usr/lib/apertis-tests/tumbler
 usr/lib/apertis-tests/tracker
 usr/share/dbus-1/services/org.apertis.ApertisTests.FailToActivate.service
 usr/share/dbus-1/system-services/org.apertis.ApertisTests.FailToActivate.service
-- 
GitLab