Skip to content

Rename test binaries to avoid problem on Mac OS

Guilherme Amadio requested to merge veccore into master

The 'limits' test binary was being imported as if it were the header file and causing trouble. Test binaries should now all follow the naming convention TestNAME, where NAME is the test case.

Merge request reports