On Jun 25, 2012, at 12:09 PM, rbmj wrote: > I also do not know how to run the test suite for the target system > (powerpc-wrs-vxworks). I would think some sort of powerpc simulator, but I > don't have a firmware image for VxWorks - just headers and embedded hardware.
To test well, you need to be able to compile and run code. So, the question is, can you do that, or not? If you can, then you have what you need to test. If you cannot do that, then you cannot test well. If you can compile, then you can test the compile time tests, but you'll miss out on all runtime tests.