[Test] minimal test facility quesiton

I've been looking at my options for re-enabling my test code to function with msvc 6.0. It looks to me that the minimal test framework would be satisfactory for me. I have a couple of questions though. a) Does the minimal test framework work with msvc 6.0? b) If the answer is yes, can it be expected to continue to function the same in future versions or is it subject to further "enhancement" which might break it for old compilers? Robert Ramey

I've been looking at my options for re-enabling my test code to function with msvc 6.0. It looks to me that the minimal test framework would be satisfactory for me. I have a couple of questions though.
You could keep using regular Boost.Test component for now. At least until Boost drops msvc 6.5 from regression tests
a) Does the minimal test framework work with msvc 6.0?
Yes
b) If the answer is yes, can it be expected to continue to function the same in future versions or is it subject to further "enhancement" which might break it for old compilers?
This components never really changed from the inception. And should stay like this in most part. Gennadiy

Gennadiy Rozental wrote:
I've been looking at my options for re-enabling my test code to function with msvc 6.0. It looks to me that the minimal test framework would be satisfactory for me. I have a couple of questions though.
You could keep using regular Boost.Test component for now. At least until Boost drops msvc 6.5 from regression tests
Hmm - my tests in the current CVS Head fail to build under vc 6_5 - http://tinyurl.com/etz2y Am I missing something here? Robert Ramey

You could keep using regular Boost.Test component for now. At least until Boost drops msvc 6.5 from regression tests
Hmm - my tests in the current CVS Head fail to build under vc 6_5 - http://tinyurl.com/etz2y
Am I missing something here?
Since I do not have an access to the compiler anymore, the only way for me to test is to rely on regression testing. Unfortunately rollout period is quite significant. I've made changes Sunday afternoon - it's not updated still. Be patient a bit more. Once it's start working it should stay like this for a while. Gennadiy
participants (2)
-
Gennadiy Rozental
-
Robert Ramey