From 62717b6375dfcc39cdb3f70f9ca7127074009c73 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 9 Jul 2018 22:01:39 +0700 Subject: build: fix packaging problems and make distcheck happy The 'distcheck' rule performs all of the operations associated with packaging a distribution and verifying that the distribution works. There were several problems: - libgsmhr/Makefile.am: 'patches' dir was not listed in EXTRA_DIST - libgsmhr/Makefile.am: (dist)clean targets wan't defined properly - tests/Makefile.am: 'ref-files' dir was not listed in EXTRA_DIST - tests/testsuite.at: wrong path was used for io_sample.txt Change-Id: Ieb8f6a2a81f9b75c8c6c5db443b0e7be02bc4153 --- tests/testsuite.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testsuite.at') diff --git a/tests/testsuite.at b/tests/testsuite.at index 5946661..1edd077 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -12,7 +12,7 @@ AT_KEYWORDS([pq_file]) cat $abs_srcdir/io/pq_file_test.ok > expout AT_CHECK([ $abs_top_builddir/tests/io/pq_file_test \ - $abs_top_builddir/tests/io/io_sample.txt], + $abs_srcdir/io/io_sample.txt], [0], [expout]) AT_CLEANUP -- cgit v1.2.3