From 9c51080d1582401d86aba56caafcd5121d905091 Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Fri, 19 Jul 2019 16:42:44 +0200 Subject: [PATCH] =?UTF-8?q?Add=20=C2=ABtarget=C2=BB/tests=20to=20run=20all?= =?UTF-8?q?=20tests=20for=20=C2=ABtarget=C2=BB=20or=20its=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/gen_build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/gen_build b/bin/gen_build index 7e348db7..9209bdd3 100755 --- a/bin/gen_build +++ b/bin/gen_build @@ -179,6 +179,8 @@ class Target @files << [ executable, self.name, signature ] end + + buildfile.meta("#{self.name}/tests", *tests) end protected