From 33da255dd6c3b13e35641ea9682276200bc4c3ab Mon Sep 17 00:00:00 2001 From: scivision Date: Tue, 21 Feb 2023 22:25:30 -0500 Subject: [PATCH] doc [skip ci] --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e21b4cf..a0a5d09 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,11 @@ int main() { # Build and run unit tests: ```sh -git clone https://github.com/ssloy/stlbfgs.git && -cd stlbfgs && -mkdir build && -cd build && -cmake -DSTLBFGS_UNIT_TESTS:BOOL=ON .. && -cmake --build . -j && -cd tests && -ctest +git clone https://github.com/ssloy/stlbfgs.git +cd stlbfgs +cmake -B build -DSTLBFGS_UNIT_TESTS:BOOL=ON +cmake --build build -j +ctest --test-dir build -V ``` # References @@ -57,4 +54,3 @@ ctest **[5]** Gilbert JC, Lemaréchal C. The module M1QN3. INRIA Rep., version. 2006;3:21. **[6]** Gilbert JC, Lemaréchal C. Some numerical experiments with variable-storage quasi-Newton algorithms. Mathematical Programming 45, pp. 407-435, 1989. -