commit | 45bbe06ec5a3a88c9e348ddbd5a41bcd6952e6df | [log] [tgz] |
---|---|---|
author | DRC <information@libjpeg-turbo.org> | Sat Feb 06 16:04:29 2016 -0600 |
committer | DRC <information@libjpeg-turbo.org> | Sat Feb 06 18:40:52 2016 -0600 |
tree | 665d1ae22f1a81db2c046e1fc211f026d68da69c | |
parent | 2d623257545f8e24f837ee53502a9ebddd786fc4 [diff] |
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.