Boost logo

Boost Users :

Subject: [Boost-users] [Boost.test] 1.39 Command line parameter quoting
From: Greg Christopher (gchristopher_at_[hidden])
Date: 2010-08-09 13:03:32


Hi,
    We are having a problem under windows where the parameters we pass in are being split up by boost.test's main program. We are using our own test_main to get the parameters off the command line. One of the arguments we parse on our own takes spaces and we quote it with "". When we create our own small c++ main program, the quoted parameter comes through in one piece. With boost.test linked, it's broken into two parameters when passed to test_main.

Any way we can solve this?

Thanks,
Greg


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net