diff options
author | midipix <writeonce@midipix.org> | 2020-01-09 07:09:42 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-09 07:09:42 +0000 |
commit | d18c432d9a8e08b00d8fc14f7aa88e68056dd288 (patch) | |
tree | bdd14f37c421039033890eb8c64ae34a22c8bfbe | |
parent | 7d79b01339dc70ea2f733c04a1a5abba24ce9933 (diff) | |
download | sofort-d18c432d9a8e08b00d8fc14f7aa88e68056dd288.tar.bz2 sofort-d18c432d9a8e08b00d8fc14f7aa88e68056dd288.tar.xz |
build system: cfgtest.sh: added file annotation.
-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 |