On 06/05/15 04:02, Takumi Shimada wrote:
Dear Martin and Antti,
Thank you for your kind help.
I misunderstood that programs in test directory were something like sample.
Your suggested way works successfully.
If >0 people misunderstood, it's reasonable to assume that it will
happen more in the future.
I realized that argument passing in rumprun had evolved since when I
wrote the test framework. Now it's possible to pass command line
arguments to the guest on all platforms, so I made the test/interactive
mode selection dynamic. If you give the magic args, the test framework
is assumed. Else, interactive mode is used.
In other words, it is possible for you to just rumprun the test binaries
now (*) without having to recompile them in a special way.
*) pull + build-rr
thanks for prompting this usability fix,
- antti