Skip to content

Commit 5cba4f4

Browse files
authored
Update README.md
1 parent 25cdbaf commit 5cba4f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ To build the test suite, type `make tests`.
2424

2525
To build another target, type `make <target>`. Refer to the `apps` directory for the full list of targets.
2626

27+
### Testing a Successful Install
28+
To test a successful install, navigate to `apps/tests/` and run `../../build/tests`. Running this test suite anywhere besides `apps/tests/` will result in error messages complaining about missing input files. On success, you should see a series of outputs including hash hex strings and test results. All results should indicate "Passed", with one notable exception: The "Bad Signature" test should report: "Signature Check: Failed" to correctly identify a bad signature.
29+
2730
### Configuration
2831
From the build directory, type `ccmake ..` to bring up the configuration GUI. Hovering over a variable displays some documentation at the bottom of the screen. After you make changes, press `c` then `g` to save your changes.
2932

0 commit comments

Comments
 (0)