Skip to content

Commit ad76bd1

Browse files
amontoisonstaticfloat
authored andcommitted
Update test/README.md
1 parent 605495e commit ad76bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Simple libblastrampoline tests
22

33
This is a simple battery of tests to ensure the trampolines are working properly.
4-
We have two simple test programs, `dgemm_test` and `sgesv_test`, which test the FORTRAN interfaces of `dgemm_` and `sgesv_` to ensure proper execution.
4+
We have three simple test programs, `dgemm_test`, `dgemmt_test` and `sgesv_test`, which test the FORTRAN interfaces of `dgemm_`, `dgemmt_` and `sgesv_` to ensure proper execution.
55
We compile these tests first against vanilla OpenBLAS installations (both LP64 and ILP64, if available) and then against `libblastrampoline` with various backing BLAS libraries.
66
If available, we will test against `MKL` and `libblas64` as well.
77
If we are on a 64-bit platform, we will build a test case that uses LP64 and ILP64 routines in the same executable.
@@ -10,5 +10,5 @@ Note that these tests require Julia v1.7+, especially on aarch64 where we switch
1010

1111
Run via:
1212
```
13-
julia --project run-tests.jl
13+
julia --project runtests.jl
1414
```

0 commit comments

Comments
 (0)