Skip to content

Commit 38ea299

Browse files
committed
Add testing with anchors instructions to NOTES
1 parent 9ab8c20 commit 38ea299

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

contrib/remote_hsmd/NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ Run a single test:
4040
Re-run failures from prior run:
4141

4242
./contrib/remote_hsmd/scripts/rerun-failed-tests < log |& tee log2
43+
44+
To run tests using anchors, rebuild w/ experimental features:
45+
46+
make distclean
47+
./configure --enable-developer --enable-experimental-features
48+
make
49+
50+
./contrib/remote_hsmd/scripts/run-all-tests |& tee log
4351

4452
Some popular tests:
4553

0 commit comments

Comments
 (0)