On Thu Jan 28 04:46:39 2016, sebastien.more...@unil.ch wrote: > Hi > > with a rakudo installation such as > perl Configure.pl --gen-moar --gen-nqp --backends=moar --prefix=... > make > make test > make install > > the "make test" command looks to test only rakudo, not nqp when build in > rakudo with --gen-nqp. > I my opinion, would be good to propagate make test to all generated builds. > > -- > smoretti
Part of the difficulty with this, is that it's quite possible someone has already installed NQP separately from rakudo, so we'd have to keep track of whether --gen-nqp was used or not, and generate 2 different makefiles based on that. (not to mention the variance on nqp revision that you might get depending on args passed to rakudo's config) I think this would be nice to have, but I think the recommendation is that if you want to test NQP, build and test it separately. Unless another dev is enthusiastic about this, I'll close this in a week. -- Will "Coke" Coleda