You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update fpm.toml.
Update working directories in test cases.
Update unit tests section in CMakeLists.txt for compatibility.
Comment out unused sections in unit tests in CMakeLists.txt.
Update rule-tests section in json-fortran.fobis for compatibility.
Fix typos in README.md file.
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -112,9 +112,9 @@ Currently, several ways are provided to build the JSON-fortran library
112
112
113
113
The full set of modes are: `static-gnu`, `static-gnu-debug`, `static-intel`, `static-intel-debug`, `shared-gnu`, `shared-gnu-debug`, `shared-intel`, `shared-intel-debug`, `tests-gnu`, `tests-gnu-debug`, `tests-intel`, `tests-intel-debug`
114
114
115
-
To generate the documentation using [ford](https://github.com/Fortran-FOSS-Programmers/ford), run: ```FoBis.py rule --execute makedoc -f json-fortran.fobis```
115
+
To generate the documentation using [ford](https://github.com/Fortran-FOSS-Programmers/ford), run: ```FoBiS.py rule --execute makedoc -f json-fortran.fobis```
116
116
117
-
To run all the tests, run: ```FoBis.py rule --execute tests -f json-fortran.fobis```
117
+
To run all the tests, run: ```FoBiS.py rule --execute tests -f json-fortran.fobis```
118
118
119
119
* A [Visual Studio](https://www.visualstudio.com) project is included for building the library (and unit tests) on Windows with the Intel Fortran Compiler. The project has been tested with Visual Studio 2010 and 2013.
0 commit comments