Hi Marco, > I found a small regression on testing when the build tree is > different from src tree. > This patch restablishes 4.45 behaviour > > --- origsrc/glpk-4.46/examples/Makefile.am 2011-08-09 > 11:00:00.000000000 +0200 > +++ src/glpk-4.46/examples/Makefile.am 2011-08-11 09:23:43.828125000 +0200 > @@ -10,6 +10,6 @@ glpsol_SOURCES = glpsol.c > > check: glpsol$(EXEEXT) > ./glpsol$(EXEEXT) --version > - ./glpsol$(EXEEXT) --mps plan.mps > + ./glpsol$(EXEEXT) --mps $(srcdir)/plan.mps >
Thank you for your bug report. Andrew Makhorin _______________________________________________ Bug-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-glpk
