Oliviers-OSS / mscgen

Automatically exported from code.google.com/p/mscgen
GNU General Public License v2.0
0 stars 0 forks source link

Make test fails in 17 #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Should be fixed in 0.15 release.

Original comment by Michael....@gmail.com on 25 May 2009 at 5:19