fix: add license header to run-test.sh

This commit is contained in:
Cody McGinnis 2020-08-28 16:21:31 -04:00
parent 4564d37477
commit aff39e57d0
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
#!/bin/sh
#
# Copyright (c) 2020 Peter Johanson; Cody McGinnis
#
# SPDX-License-Identifier: MIT
#
if [ -z "$1" ]; then
echo "Usage: ./run-test.sh <path to testcase>"