cling icon indicating copy to clipboard operation
cling copied to clipboard

change std::system to popen

Open gouarin opened this issue 6 years ago • 3 comments

This PR changes the method to execute a shell command in order to control the output stream.

This solves the issue https://github.com/vgvassilev/cling/issues/154

gouarin avatar Jul 23 '17 18:07 gouarin

@vgvassilev, could you tell me how to build the test suite ? I use clone.sh script to build cling. I add the flag -DCLING_INCLUDE_TESTS but it doesn't work.

gouarin avatar Jul 24 '17 06:07 gouarin

You should be able to do make help. I believe there is a target make check-cling or something like that.

vgvassilev avatar Jul 24 '17 07:07 vgvassilev

@vgvassilev, do I add the test in the Prompt directory ?

gouarin avatar Jul 24 '17 08:07 gouarin