Skip to content

Commit

Permalink
change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Timisorean authored and drexlerd committed Jul 30, 2024
1 parent 239330a commit b83a278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ find_package(dlplan 0.1 REQUIRED COMPONENTS core generator policy statespace nov

### 3.3. Additional Compile Flags

- -DBUILD_TESTS:BOOL=TRUE enables compilation of tests
- `-DBUILD_TESTS:BOOL=TRUE` enables compilation of tests

### 3.4. Building the Python Interface

Expand Down Expand Up @@ -116,7 +116,7 @@ python3 examples/generator/generator.py

You can run the C++ tests with:
```console
cd build && ctest
cd build/tests && ctest
```

The Python bindings also come with their own set of tests. Run them with
Expand Down

0 comments on commit b83a278

Please sign in to comment.