diff options
author | midipix <writeonce@midipix.org> | 2020-01-09 07:09:42 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-09 07:10:22 +0000 |
commit | 1791eb7bacdcd9d36f6da978f7244108ff1dda8e (patch) | |
tree | 052885255b099589b49e62e5f3a9bb6c924291de /sofort/cfgtest/cfgtest.sh | |
parent | 51bc52ba777af3a0498cd2d2aef2c52cc20dd0b6 (diff) | |
download | mmglue-1791eb7bacdcd9d36f6da978f7244108ff1dda8e.tar.bz2 mmglue-1791eb7bacdcd9d36f6da978f7244108ff1dda8e.tar.xz |
build system: cfgtest.sh: added file annotation.
Diffstat (limited to 'sofort/cfgtest/cfgtest.sh')
-rw-r--r-- | sofort/cfgtest/cfgtest.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sofort/cfgtest/cfgtest.sh b/sofort/cfgtest/cfgtest.sh index 9cf5ec0..3398483 100644 --- a/sofort/cfgtest/cfgtest.sh +++ b/sofort/cfgtest/cfgtest.sh @@ -1,6 +1,8 @@ # cfgtest.sh: sofort's config test framework, # for use from within a project's custom cfgdefs.sh. +# this file is covered by COPYING.SOFORT. + # in the common scenario, host-specific tests are preceded # by a single invocation of cfgtest_host_section, whereas # native (build) system tests are preceded by the invocation |