OpenBLAS/utest
John Biddiscombe 053044ae4d Replace CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR/PROJECT_BINARY_DIR
If OpenBLAS is built using add_subdirectory(OpenBlas) as part of another project
then the paths set by CMAKE_XXX_DIR are relative to the parent project
and not the OpenBLAS project.
2016-05-25 09:13:28 +02:00
..
CMakeLists.txt Replace CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR/PROJECT_BINARY_DIR 2016-05-25 09:13:28 +02:00
Makefile allow building tests when CROSS compiling but don't run them 2016-04-26 12:36:47 +03:00
ctest.h Merge the patch for musl libc. 2016-05-22 01:08:44 +08: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 Update organization info. 2014-11-25 15:28:58 +08:00
test_dotu.c Update organization info. 2014-11-25 15:28:58 +08:00
test_dsdot.c Update organization info. 2014-11-25 15:28:58 +08:00
test_fork.c Update organization info. 2014-11-25 15:28:58 +08:00
test_potrs.c Refs #695 add testcase. 2016-03-01 01:05:56 -05:00
test_rot.c Update organization info. 2014-11-25 15:28:58 +08:00
test_rotmg.c Add test for drotmg bug fixed by 692b14c 2015-01-07 10:06:55 +10:30
test_swap.c Update organization info. 2014-11-25 15:28:58 +08:00
utest_main.c Use ctest.h for unit test. Enable unit test on travis CI. 2016-01-29 11:35:31 +08:00