Martin Kroeker
0c4718c57a
Merge pull request #1523 from martin-frbg/utest_waith
Include sys/types.h for proper typedefs related to wait()
7 years ago
Martin Kroeker
734d7c6a93
Include sys/types.h for proper typedefs related to wait()
Should fix #1519
7 years ago
Martin Kroeker
809fd0d451
Rewrite ROTMG to address cases not covered by the netlib algorithm ( #1480 )
* Rewrite ROTMG based on the new implementation in GONUM based on the algorithm proposed by Tim Hopkins, see issue 1452 for the reference
* Correct ROTMG utest for issue1452 and add another from gonum, also correct transposition of expected and observed values in error messages
7 years ago
Martin Kroeker
69a8aa6de2
Fix transposition of expected and computed values in error message
7 years ago
Martin Kroeker
e7366a4161
Restore the remaining utests ( #1462 )
* Restore the remaining utests
* Try fork test on Cygwin and Linux only, it hangs on at least ARMv8/Android as well
* Use generic sswap/dswap kernels for NEHALEM 32bit to fix fault found by the restored swap utest
* Disable zdotu test for MS cl to work around runtime error -1073741819 on AppVeyor for now
(probably coding error in the initialization of the complex numbers or wrong choice of zdotu API)
7 years ago
Martin Kroeker
f4b095b1bb
test_fork is not meant (nor expected) to be run with OpenMP
Fixes 1456
7 years ago
Martin Kroeker
6940c59a88
Merge pull request #1454 from martin-frbg/issue1452
Keep the flag handling separate from the scaling loops in rotmg
7 years ago
Martin Kroeker
650077074a
Add tests for rotmg
7 years ago
Martin Kroeker
fe16a94fc2
Add rotmg tests for CMAKE MSVC+CLANG build
7 years ago
Martin Kroeker
632b8e0f05
Merge current Makefile from develop
7 years ago
Martin Kroeker
a1bc0fcf07
Resurrect utest for rotmg and add testcase for issue 1452
7 years ago
Erik M. Bray
ce2028b425
Rewrite this test to work with ctest and re-enable it on the appropriate platforms (including Cygwin, which has fork())
7 years ago
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