Skip to content
This repository was archived by the owner on Apr 9, 2019. It is now read-only.

Commit 588146e

Browse files
Update CMake build instructions to include test step.
1 parent 4de591d commit 588146e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README

+6-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,12 @@ The CMake file has the following caveats
4747

4848
1) Building with CMake
4949

50-
`bash cmake -H. -Bobjdir cd objdir && make make install `
50+
Use the following procedure:
51+
52+
cmake -H. -Bobjdir
53+
cd objdir && make
54+
make test
55+
make install
5156

5257
The build is also responsive to
5358

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@ The CMake file has the following caveats
3939

4040
#### Building with CMake
4141

42+
Use the following procedure:
43+
4244
```bash
4345
cmake -H. -Bobjdir
4446
cd objdir && make
47+
make test
4548
make install
4649
```
4750

0 commit comments

Comments
 (0)