Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/UCLA-IRL/NAC-ABE
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyuan129 committed Jul 26, 2023
2 parents 5d989b8 + 4744e35 commit 184a725
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,19 @@ And install by
To run tests, you must have `-DHAVE_TESTS=True` when you config the project.

```bash
# in the root directory of NAC-ABE
# in the build directory of NAC-ABE
#run all the tests (including integrate test)
./build/bin/unit-tests
cp ../examples/trust-schema.conf trust-schema.conf
./tests/unit-tests
```

### 2.3 Run Examples
### 2.4 Run Examples

To run example, you must have `-DBUILD_EXAMPLES=True` when you config the project.

```bash
# in the examples directory of NAC-ABE
# nfd-start & (if your NFD has not started)
bash run-examples.sh ../build
```

Expand Down

0 comments on commit 184a725

Please sign in to comment.