Re: using input files in autotest

2009-03-06 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to John Wohlbier on 3/5/2009 2:17 PM: > Nevermind, I think I solved my own problem. > > In my macros I'll define a variable INPUTFILES that can be set on the > ./testsuite command line, and if it's nonempty I'll do a > cp "$at_dir/$INPUTFILE

Re: using input files in autotest

2009-03-05 Thread John Wohlbier
Nevermind, I think I solved my own problem. In my macros I'll define a variable INPUTFILES that can be set on the ./testsuite command line, and if it's nonempty I'll do a cp "$at_dir/$INPUTFILE" "`pwd`" I'll set TESTSUITEFLAGS appropriately in the makefiles for the tests that have input files. j