Skip to content

Commit 42f9052

Browse files
committed
updated readme to clarify make check to build/run unit tests
Fixes #455
1 parent 6bd8424 commit 42f9052

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ trivial. To get started with the CMake based build, set the
111111
environment variable `FC` to point to your Fortran compiler, and
112112
create a build directory. Then `(cmake-gui|ccmake|cmake)
113113
/path/to/json-fortran-root` to configure, `make` to build and `make
114-
install` to optionally install. As long as the project is built with
114+
install` to optionally install. You can also use `make check` to build and run the unit tests.
115+
As long as the project is built with
115116
CMake, other CMake projects can find it and link against it. For example,
116117
if you have a second copy of the JSON-Fortran project tree, and want to build the unit tests
117118
linking against those compiled/installed by the first copy:

0 commit comments

Comments
 (0)