Skip to content

Commit 503643c

Browse files
committed
build: Don't build tests by default
1 parent 7d06789 commit 503643c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ endif
249249
foreach src : test_src
250250
test_exe = executable(src.underscorify(), src,
251251
link_with: lib_asteria,
252+
build_by_default: false,
252253
install: false)
253254

254255
test('..' / src, test_exe)

0 commit comments

Comments
 (0)