Pauli Virtanen
845e6d750f
Add trivial smoketest for xpotrf
8 years ago
Isuru Fernando
ca32b66a1c
New utest for clang
8 years ago
Isuru Fernando
d9346930dd
Merge remote-tracking branch 'upstream/develop' into develop
8 years ago
Isuru Fernando
d245caa49a
Support out-of-source build
8 years ago
Isuru Fernando
02c1f86055
Fix copying libopenblas.dll
8 years ago
Neil Shipp
34513be726
Add Microsoft Windows 10 UWP build support
8 years ago
Neil Shipp
65e56cb29d
Add 64bit support for Microsoft Visual Studio
8 years ago
Ovidiu Radoi
72f95a0acc
Update test to use openblas_make_complex_float and openblas_make_complex_double functions
8 years ago
François Bissey
f124ffab47
make utest/Makefile respect LDFLAGS
9 years ago
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.
9 years ago
Zhang Xianyi
7d0358475d
Merge the patch for musl libc.
9 years ago
Aleksey Kuleshov
3d50ccdc0d
allow building tests when CROSS compiling but don't run them
9 years ago
Zhang Xianyi
d23c7c713c
Fixed #789 Fix utest/ctest.h on Mingw.
9 years ago
Zhang Xianyi
4fc8c937d4
Refs #695 add testcase.
9 years ago
Zhang Xianyi
a04d0555ba
[av skip] Fix utest makefile bug on travis ci.
9 years ago
Zhang Xianyi
3761c30ba4
Fix makefile bug for utest.
9 years ago
Zhang Xianyi
5cc0301fc3
Enable utest for appveyor.
9 years ago
Zhang Xianyi
19a6dedfd6
Add utest for CMake.
9 years ago
Zhang Xianyi
8e98478ff3
Update ctest.h from github.com:xianyi/ctest.git.
9 years ago
Zhang Xianyi
578f471808
Fix utest bug when INTERFACE64=1.
9 years ago
Zhang Xianyi
5a8447e97e
Use ctest.h for unit test. Enable unit test on travis CI.
9 years ago
kortschak
5344f335a8
Add test for drotmg bug fixed by 692b14c
Test requested in issue xianyi/OpenBLAS#484 .
Run tests by applying the following change and then make:
diff --git a/Makefile.rule b/Makefile.rule
index bea1fe1..9852ff3 100644
--- a/Makefile.rule
+++ b/Makefile.rule
@@ -140,7 +140,7 @@ NO_AFFINITY = 1
-# UTEST_CHECK = 1
+UTEST_CHECK = 1
10 years ago
Zhang Xianyi
2fb02626da
Update organization info.
11 years ago
Zhang Xianyi
698e77dba4
Refs #406 . Fixed utest building bug.
11 years ago
Timothy Gu
6c2ead30f0
Remove all trailing whitespace except lapack-netlib
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
11 years ago
Olivier Grisel
a14f98ca7c
Make sure that fork_test.c is not built under windows
11 years ago
Olivier Grisel
138a841390
FIX #294 : make OpenBLAS thread-pool resilient to fork via pthread_atfork
11 years ago
Xianyi Zhang
14428af879
Adde the mising test_amax.c file.
13 years ago
Xianyi Zhang
5656cca4f3
Added the test case for samax.
13 years ago
Xianyi Zhang
08570c4248
Fixed the utest bug for drotmg.
13 years ago
Xianyi Zhang
b2bdb6f7c4
Automatically download CUnit 2.1.2-2 version from SF.net.
13 years ago
Xianyi Zhang
830a823be1
Added missed testing codes for dsdot.
14 years ago
Xianyi Zhang
1d60510959
Added the unit testcase for dsdot.
14 years ago
Xianyi Zhang
03272a606d
Added the unit test for drotmg.
14 years ago
Xianyi Zhang
44acb7503e
Added zdotu with x & y offset=1 test case.
14 years ago
Xianyi Zhang
cd2cbabecc
Added unit test case (zdotu, N=1).
14 years ago
Xianyi Zhang
afbe3c9791
Improved the quality of codes in unit test.
Thanks José Luis García Pallero
14 years ago
Xianyi Zhang
109b86d00e
Added axpy unit test with incx==0 and incy==0.
14 years ago
Xianyi Zhang
8dd3fd7f26
Added swap unit test with incx==0 and incy==0.
14 years ago
Xianyi Zhang
c79696cc61
Added rot testcase when incx == incy ==1.
14 years ago
Xianyi Zhang
fbf95688d6
Added utest frame using CUnit( http://cunit.sourceforge.net/ ).
14 years ago