mirror of
https://github.com/g-truc/glm.git
synced 2024-11-22 17:04:35 +00:00
Trying to identify test failure on the test systems
This commit is contained in:
parent
c823345baa
commit
1dda4f5014
@ -875,10 +875,6 @@ int main()
|
|||||||
{
|
{
|
||||||
int Error = 0;
|
int Error = 0;
|
||||||
|
|
||||||
# if GLM_HAS_OPENMP
|
|
||||||
Error += test_openmp();
|
|
||||||
# endif//
|
|
||||||
|
|
||||||
Error += test_scalar_size();
|
Error += test_scalar_size();
|
||||||
Error += test_fvec_size();
|
Error += test_fvec_size();
|
||||||
|
|
||||||
@ -897,5 +893,9 @@ int main()
|
|||||||
Error += test_quat_size();
|
Error += test_quat_size();
|
||||||
Error += test_quat_precision();
|
Error += test_quat_precision();
|
||||||
|
|
||||||
|
# if GLM_HAS_OPENMP
|
||||||
|
Error += test_openmp();
|
||||||
|
# endif//
|
||||||
|
|
||||||
return Error;
|
return Error;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user