From d553d5e4e85e6f05dacfdc87833db5574fc662f4 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 18 Nov 2015 10:37:00 +0100 Subject: lib: add 'tests' file This is useful for particular test-cases. Also, this is generated for target system/architecture. * bin/dtf-gen: Include expanded 'tests' template into 'library'. * share/dtf/lib/tests: New library file. --- bin/dtf-gen | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/dtf-gen b/bin/dtf-gen index 84f7312..7307520 100755 --- a/bin/dtf-gen +++ b/bin/dtf-gen @@ -121,6 +121,8 @@ test -d "$outputdir" && { mkdir -p "$outputdir" cat "$dtflibdir/default" > "$outputdir/library" +dg_call --template "$dtflibdir/tests" >> "$outputdir/library" + count_recursive_walk "$toporigdir" . . # Protect sources! -- cgit