I tried
TESTS= '${SHELL} my_script' but automake ends up treating ${SHELL} and my_script as seperate test programs to run. I suppose I could do something like move my_script to my_script.in, let configure simply copy it and then add all-local: chmod 755 my_script but that seems like a bit of a hack. On Tue, 4 Feb 2003, Simon Richter wrote: > Hi, > > > I have a shell script which I want to run as part of a testsuite. However > > when I do a 'make distcheck' this script (which does not get configured or > > anything at build time) ends up with execute permissions turned off. > > $(SHELL) <your script here> ? > > Simon > > -- > GPG Fingerprint: 040E B5F7 84F1 4FBC CEAD ADC6 18A0 CC8D 5706 A4B4 >