diff options
author | midipix <writeonce@midipix.org> | 2020-01-09 07:09:42 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-09 07:10:32 +0000 |
commit | ece8bd3fa2d59c3e568c804ee1ed5957efcbfbd6 (patch) | |
tree | c38293fcaf28cfe5e5f1131dee80a1a38e949103 /sofort | |
parent | 37dc9303118e76661724c1ee395a53f46918a5f9 (diff) | |
download | sbpython2-ece8bd3fa2d59c3e568c804ee1ed5957efcbfbd6.tar.bz2 sbpython2-ece8bd3fa2d59c3e568c804ee1ed5957efcbfbd6.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 |