From 5c396d4dd3a6e2528147b55fc35b86cbcbc93524 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 1 Sep 2016 02:35:39 +0300 Subject: Build infrastructure update --- build/root.build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'build/root.build') diff --git a/build/root.build b/build/root.build index 4d7fd53..51c13ed 100644 --- a/build/root.build +++ b/build/root.build @@ -3,4 +3,9 @@ using c -test/: install = false # Don't install tests. +h{*}: extension = h +c{*}: extension = c + +# All exe{} in test/ are, well, tests. +# +test/exe{*}: test = true -- cgit v1.1