We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd8424 commit 42f9052Copy full SHA for 42f9052
README.md
@@ -111,7 +111,8 @@ trivial. To get started with the CMake based build, set the
111
environment variable `FC` to point to your Fortran compiler, and
112
create a build directory. Then `(cmake-gui|ccmake|cmake)
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
+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
116
CMake, other CMake projects can find it and link against it. For example,
117
if you have a second copy of the JSON-Fortran project tree, and want to build the unit tests
118
linking against those compiled/installed by the first copy:
0 commit comments