Skip to content

Commit

Permalink
[readme] Remove description of output files for tests
Browse files Browse the repository at this point in the history
At least when using CMake this is gone.
  • Loading branch information
gruenich committed Sep 20, 2023
1 parent 33cce78 commit 2a4038c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,9 @@ are described below.
To install the library, type:
make install

To run the installation test, type:
To run the regression tests, type:
make test (or: ctest)

The test results are in the files below:
build/TESTING/s_test.out # single precision, real
build/TESTING/d_test.out # double precision, real
build/TESTING/c_test.out # single precision, complex
build/TESTING/z_test.out # double precision, complex


2. Manual installation with makefile.
Before installing the package, please examine the three things dependent
Expand Down

0 comments on commit 2a4038c

Please sign in to comment.