trackingtester in ctest does not use correct bdsim binary

Issue #92 resolved
Jochem Snuverink created an issue

ctests for trackingtester uses the local bdsim binary instead the one from PATH:

from pymadx:

        _os.system("bdsim --file="+self.filename+".gmad --ngenerate="+str(self.nparticles)+" --batch --output=root --outfile="+self.filename+" > bdsim.log")

A mechanism should be found such that within ctest the local binary is used

Comments (1)

  1. Log in to comment