bug-mcsim
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problems with make check on linux in MCSim v 5.5.0


From: Setzer, Woodrow
Subject: problems with make check on linux in MCSim v 5.5.0
Date: Mon, 18 Mar 2013 17:27:03 +0000

I've run into a couple of problems with 'make check'.
1) $(MCSIMHOME)/samples/perc/Makefile needs to have the 'executable' attribute set (chmod +x $(MCSIMHOME)/samples/perc/Makefile).
2) On line 35 of $(MCSIMHOME)/samples/perc/Makefile (below, with line numbers and extra lines for context)

31 # perc.lsodes.in   
32 echo
33 echo Testing Lsodes with perc.lsodes.in ...
34 TEST3=0
35 (mcsim.perc perc.lsodes.in sim.out &> mcsim.log) || TEST3=1
36 if test $TEST3 -eq 1;
37  then echo '-FAILED-'
38  else echo '-PASSED-'
39 fi;

(mcsim.perc needs to be (./mcsim.perc

Otherwise, great work!

Woody

reply via email to

[Prev in Thread] Current Thread [Next in Thread]