diff options
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build index 2066273..5286016 100644 --- a/build/root.build +++ b/build/root.build @@ -11,3 +11,7 @@ cxx.ext = cxx cxx.std = 11 cxx.poptions += -I$out_root -I$src_root + +# Don't install tests. +# +tests/: install = false |