From 82f2de0936fab7cebc844a6923919c5af4db3dcd Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 26 Apr 2018 15:31:58 +0200 Subject: [PATCH] tests: dist the yaml test files --- tests/Makefile.am.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Makefile.am.inc b/tests/Makefile.am.inc index d7079482..060c4fd8 100644 --- a/tests/Makefile.am.inc +++ b/tests/Makefile.am.inc @@ -18,11 +18,14 @@ dist_installed_test_data = \ tests/libtest.sh \ tests/org.test.Hello.png \ tests/test.json \ + tests/test.yaml \ tests/test-runtime.json \ tests/module1.json \ + tests/module1.yaml \ tests/data1 \ tests/data1.patch \ tests/module2.json \ + tests/module2.yaml \ tests/data2 \ tests/data2.patch \ tests/session.conf.in \