What steps will reproduce the problem?
"make test"
The script files in src/test do not have their executable bit set causing
"permission denied".
When fixing that and rerunning make test, it now fails with:
(cd test && ./parsercheck.sh)
testinput0.msc
./parsercheck.sh: line 5: ../parser/parsertest: No such file or directory
make: *** [test] Error 127
Running make test in src/parser and then make test in src/ fixes this
problem. I assume the make rule is missing a dependency.
Original issue reported on code.google.com by NThykier@gmail.com on 25 May 2009 at 12:50
Original issue reported on code.google.com by
NThykier@gmail.com
on 25 May 2009 at 12:50