OpenBLAS/utest
Martin Kroeker af2e7f28fc
Override special make variables
as seen in https://github.com/xianyi/OpenBLAS/issues/1912#issuecomment-514183900 , any external setting of TARGET_ARCH (which could result from building OpenBLAS as part of a larger project that actually uses this variable) would cause the utest build to fail. 
(Other subtargets appear to be unaffected as they do not use implicit make rules)
2019-07-23 16:56:40 +02:00
..
CMakeLists.txt TST: add SkylakeX AVX512 CI test 2019-05-14 11:32:23 -07:00
Makefile Override special make variables 2019-07-23 16:56:40 +02:00
ctest.h snprintf define consolidated to common.h 2019-04-22 17:01:34 -07: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 Remove stray include of complex.h 2018-12-30 14:39:18 +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_kernel_regress.c TST: add SkylakeX AVX512 CI test 2019-05-14 11:32:23 -07: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