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