Improve C++ API test output appearance - 1.4 branch
Description:
The C++ API tests are not easy to be spotted because their output
look similar to part of the C tests.
Solution:
Added "C++ API:" in front of the C++ test titles.
Platforms tested:
arabica (sparc-sun-solaris 2.7)
Bug Fix
Description:
The RUNSERIAL and RUNPARALLEL macros aren't needed (and aren't set)
for the C++ stuff and were causing errors when people tried to test
the code.
Solution:
Removed them
Platforms tested:
Linux