Martin Kroeker
74dba0c90a
Fix missing braces from previous commit (PR3600)
4 years ago
Martin Kroeker
bef3871833
Disable flang (over-)optimizations in BLAS tests ( #3600 )
* limit flang optimizations to -O2
4 years ago
Martin Kroeker
145ccf8943
Prevent powershell from adding a BOM to test input ( #3595 )
* Prevent addition of a BOM to test input (which would distort the names of output files)
4 years ago
Martin Kroeker
2408315d10
Skip tests if Windows powershell added a BOM
4 years ago
Martin Kroeker
b4f4ed378b
Disable gfortran tree vectorizer to avoid gcc11+ miscompilation at O3
4 years ago
xoviat
3165c915b6
fix test helpers
5 years ago
xoviat
457ccc42c9
Merge branch 'develop' into msvc
5 years ago
Martin Kroeker
0eaae30e8c
Adapt tests to having only a subset of types in the build
5 years ago
Martin Kroeker
593ce9e237
Make building individual tests depend on BUILD_SINGLE etc defines
5 years ago
xoviat
dbf9ad1f3d
tests: add windows compatibility
7 years ago
Sacha Refshauge
4474465438
Remove _static usages for tests
8 years ago
Isuru Fernando
d245caa49a
Support out-of-source build
8 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.
10 years ago
Zhang Xianyi
aca7d7e953
Detect cmake test result.
10 years ago
Zhang Xianyi
f8eba3d548
Fixed cmake build bugs on Linux.
10 years ago