From 04aa160534d62c33b631ef02fe9e202e4e2be045 Mon Sep 17 00:00:00 2001 From: Victor Westerhuis Date: Sun, 5 Dec 2021 23:05:32 +0100 Subject: Install runtests as a script This installs it executable, as it should be. --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index b239156c..691ecf70 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = . aapl.d colm.d rlhc.d rlparse.d trans.d check_SCRIPTS = subject.mk subject.sh -pkgdata_DATA = runtests +pkgdata_SCRIPTS = runtests EXTRA_DIST = subject.mk.in subject.sh.in runtests -- cgit v1.2.1