From a11b90774592ccac72eda0f2a8f1a1e5cc3e4fc6 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 15 Aug 2023 12:49:05 +0900 Subject: [PATCH] Add description to the empty test file [ci skip] --- test/lib/!Nothing_to_test.rb | 4 ++++ 1 file changed, 4 insertions(+) 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.