From a0cb8991b2cb61e9c0f3d8075759939cc61d57f0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 9 Jul 2019 22:02:41 +0300 Subject: Add implementation --- libpkgconf/tests/build/root.build | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 libpkgconf/tests/build/root.build (limited to 'libpkgconf/tests/build/root.build') diff --git a/libpkgconf/tests/build/root.build b/libpkgconf/tests/build/root.build new file mode 100644 index 0000000..fa336d1 --- /dev/null +++ b/libpkgconf/tests/build/root.build @@ -0,0 +1,24 @@ +# file : tests/build/root.build +# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd +# license : ISC; see accompanying COPYING file + +c.std = 99 + +using c + +h{*}: extension = h +c{*}: extension = c + +if ($c.class == 'msvc') +{ + c.poptions += -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS + c.coptions += /wd4251 /wd4275 /wd4800 +} + +# Every exe{} in this subproject is by default a test. +# +exe{*}: test = true + +# Specify the test target for cross-testing. +# +test.target = $c.target -- cgit v1.1