OpenBLAS/utest
Martin Kroeker 33bb4b98a4
Improve error message output from the fork() utest (#4753)
* Add perror to report the reason for a fork failure
* reword the malloc failure message
2024-06-15 14:16:48 +02:00
..
test_extensions fix zdotu argument passing in utest_ext on windows (#4691) 2024-05-13 14:50:50 +02:00
CMakeLists.txt Merge remote-tracking branch 'origin/risc-v-new-tests' into new-tests 2024-02-09 23:52:51 +03:00
Makefile forward NO_CFLAGS to the CFLAGS, if set 2024-05-11 13:07:30 +02:00
ctest.h fix improper function prototypes (empty parentheses) 2023-09-30 13:01:44 +02:00
openblas_utest.h Refs #695 add testcase. 2016-03-01 01:05:56 -05:00
test_amax.c utest: Add utest for the {sc/dz}amax and {s/d/sc/dz}amin 2024-01-30 11:32:36 +08:00
test_amin.c utest: Add utest for the {sc/dz}amax and {s/d/sc/dz}amin 2024-01-30 11:32:36 +08:00
test_axpby.c utest: add axpby 2024-02-04 09:41:30 +08:00
test_axpy.c Add INCX=0,INCY=1 test case for CAXPY 2023-08-04 15:28:02 +02:00
test_dnrm2.c Update utest/test_dnrm2.c 2024-03-12 15:28:50 +03:00
test_dotu.c Make tests for individual variable types conditional on the respective BUILD_ option 2020-09-13 21:52:18 +02:00
test_dsdot.c Adapt utests for builds supportin only some variable types 2020-10-11 14:15:35 +02:00
test_fork.c Improve error message output from the fork() utest (#4753) 2024-06-15 14:16:48 +02:00
test_ismin.c Make tests for individual variable types conditional on the respective BUILD_ option 2020-09-13 21:52:18 +02:00
test_kernel_regress.c Make tests conditional on BUILD_DOUBLE 2020-09-13 22:17:46 +02:00
test_min.c Make tests for individual variable types conditional on the respective BUILD_ option 2020-09-13 21:52:18 +02:00
test_post_fork.c Improve error message output from the fork() utest (#4753) 2024-06-15 14:16:48 +02:00
test_potrs.c Adapt tests to having only a subset of types in the library 2020-09-22 23:28:57 +02:00
test_rot.c Make tests for individual variable types conditional on the respective BUILD_ option 2020-09-13 21:52:18 +02:00
test_rotmg.c Make tests conditional on BUILD_DOUBLE 2020-09-13 22:17:46 +02:00
test_swap.c Make tests for individual variable types conditional on the respective BUILD_ option 2020-09-13 21:52:18 +02:00
test_zscal.c add tests with the imaginary part of the array infinite 2024-05-31 01:08:17 +02: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 Fix utest compilation 2024-01-18 18:21:30 +04:00