Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
millerta authored Jan 2, 2024
1 parent 801c315 commit 86235be
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion cmake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Once cmake has configured the directory files, type *make* to compile the lagrit
make
```

This directory will have the lagrit executable built according to the cmake configuration.
This directory will create the **lagrit** executable using the files created by cmake.

```
Scanning dependencies of target liblagrit
Expand All @@ -101,7 +101,14 @@ Scanning dependencies of target lagrit
```


## Run LaGriT Test Suite

Go to LaGriT/test and run the test script. See the README file for further instructions.

```
$ cd test
$ python runtests.py
```


## Create your build directory:
Expand Down

0 comments on commit 86235be

Please sign in to comment.