diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-08-15 12:49:05 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-08-15 12:49:05 +0900 |
commit | a11b90774592ccac72eda0f2a8f1a1e5cc3e4fc6 (patch) | |
tree | 1b3dda5ce74370538c4a5ceb261e5d652d7582ac /test/lib | |
parent | b554198572b6670b4606d479e5510dd1d1d6ce6a (diff) |
Add description to the empty test file [ci skip]
Diffstat (limited to 'test/lib')
-rw-r--r-- | test/lib/!Nothing_to_test.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lib/!Nothing_to_test.rb b/test/lib/!Nothing_to_test.rb index 8b13789179..c1f4c439d3 100644 --- a/test/lib/!Nothing_to_test.rb +++ b/test/lib/!Nothing_to_test.rb @@ -1 +1,5 @@ +### Empty test file for chkbuild ### +# If chkbuild fails with `test-all`, each child file/directory is +# executed individually, but test-unit fails if there are no test +# files in the specified directory. |