Skip to content

Commit 8b148ac

Browse files
committed
SWPROT-8953: build: Make more generic not only for zpc
No need to hardcode zpc stuff since v7. It will be reintroduced elsewhere (check upcoming PRs on github) yarn is also used by EMD Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 51878d9 commit 8b148ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ build: ${build_dir}/CMakeCache.txt
162162
${build_dir}/%: build
163163
file -E "$@"
164164

165-
default/test: ${build_dir}
165+
test: ${build_dir}
166166
ctest --test-dir ${<}
167167

168168
zpc/test: ${build_dir}/applications/zpc/components/zwave_command_classes/

0 commit comments

Comments
 (0)