diff options
author | midipix <writeonce@midipix.org> | 2020-01-09 07:09:42 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-09 07:10:36 +0000 |
commit | 9fcc2338427a69f34bfd58e7850fc02f37b140de (patch) | |
tree | 2b73f760ce1fc0ad8f05eaa70c438a8f800cbc2e /sofort | |
parent | 7415ae5069bfd32d1fafd14be3d5ae509249462d (diff) | |
download | sbpython3-9fcc2338427a69f34bfd58e7850fc02f37b140de.tar.bz2 sbpython3-9fcc2338427a69f34bfd58e7850fc02f37b140de.tar.xz |
build system: cfgtest.sh: added file annotation.
Diffstat (limited to 'sofort')
-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 |