Commit 45bbe06ec5a3a88c9e348ddbd5a41bcd6952e6df

DRC 2016-02-06T16:04:29

Un*x: Enable testing cross-compiled builds Don't include the all: target as a dependency of the tests when cross-compiling, and ensure that the files generated by the tests are removed, even if they were created read-only (or if the tests are being run on a different type of system that doesn't correctly interpret the file permissions.) This allows one to easily build the code on one machine and run 'make test' on another.