Add c++ unit tests with docs; split out ./rpctest and ./cpptest from ./test

This commit is contained in:
Duke
2026-03-03 17:30:56 -05:00
parent 7e1b5701a6
commit 4a69d23e05
9 changed files with 135 additions and 70 deletions

7
cpptest Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Copyright 2026-now The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
# Run all tests by default
./src/hush-test $@