fix: add license header to run-test.sh
This commit is contained in:
parent
4564d37477
commit
aff39e57d0
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (c) 2020 Peter Johanson; Cody McGinnis
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
#
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
echo "Usage: ./run-test.sh <path to testcase>"
|
echo "Usage: ./run-test.sh <path to testcase>"
|
||||||
|
|
Loading…
Reference in a new issue