File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,8 @@ trivial. To get started with the CMake based build, set the
111
111
environment variable ` FC ` to point to your Fortran compiler, and
112
112
create a build directory. Then `(cmake-gui|ccmake|cmake)
113
113
/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
115
116
CMake, other CMake projects can find it and link against it. For example,
116
117
if you have a second copy of the JSON-Fortran project tree, and want to build the unit tests
117
118
linking against those compiled/installed by the first copy:
You can’t perform that action at this time.
0 commit comments