8 lines
235 B
Bash
Executable File
8 lines
235 B
Bash
Executable File
#!/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 $@
|