From 9b7f6d7eccc4283d28cf75ffd3203993bb034f5c Mon Sep 17 00:00:00 2001 From: Tianyuan Yu Date: Tue, 11 Jul 2023 23:41:45 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b36c0da..352e492 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,10 @@ 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