OpenBLAS/utest
Jerome Robert b095f2fad6 Fix unknown type name __WAIT_STATUS on RHEL5
With glibc 2.5 one must have #define _XOPEN_SOURCE >= 500 to use wait.
But reading glibc code this is actually needed only if stdlib.h was
included before sys/wait.h. This was the case here through
openblas_utest.h. So changing include fix compilation on RHEL5 and
should ne hurt with more recent distro.

* Problem found when using with gcc 5.5 and 4.7.2 on RHEL5/CENTOS5
* Fix #1519
2018-10-04 14:37:08 +02:00
..
CMakeLists.txt Use BLAS rather than CBLAS in test_fork.c (#1626) 2018-06-21 18:47:45 +02:00
Makefile Use BLAS rather than CBLAS in test_fork.c (#1626) 2018-06-21 18:47:45 +02:00
ctest.h Fix declaration of snprintf for older MSVC 2018-07-12 11:47:52 +02:00
openblas_utest.h Refs #695 add testcase. 2016-03-01 01:05:56 -05:00
test_amax.c Fix utest bug when INTERFACE64=1. 2016-01-28 22:18:38 -06:00
test_axpy.c Fix transposition of expected and computed values in error message 2018-03-03 18:01:51 +01:00
test_dotu.c Fix transposition of expected and computed values in error message 2018-03-03 18:01:51 +01:00
test_dsdot.c Fix transposition of expected and computed values in error message 2018-03-03 18:01:51 +01:00
test_fork.c Fix unknown type name __WAIT_STATUS on RHEL5 2018-10-04 14:37:08 +02:00
test_potrs.c Add trivial smoketest for xpotrf 2017-09-30 19:07:54 +02:00
test_rot.c Fix transposition of expected and computed values in error message 2018-03-03 18:01:51 +01:00
test_rotmg.c Rewrite ROTMG to address cases not covered by the netlib algorithm (#1480) 2018-03-04 17:39:56 +01:00
test_swap.c Fix transposition of expected and computed values in error message 2018-03-03 18:01:51 +01:00
utest_main.c Use ctest.h for unit test. Enable unit test on travis CI. 2016-01-29 11:35:31 +08:00
utest_main2.c Rewrite ROTMG to address cases not covered by the netlib algorithm (#1480) 2018-03-04 17:39:56 +01:00