From b0396809c19f436e051430d5e81d59a725611195 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Jul 2020 09:13:21 +0200 Subject: Convert to build2-based build Also add symbol exporting, missing const in a few places in the API, as well as a basic test. --- libgenx/tests/build/root.build | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libgenx/tests/build/root.build (limited to 'libgenx/tests/build/root.build') diff --git a/libgenx/tests/build/root.build b/libgenx/tests/build/root.build new file mode 100644 index 0000000..3b975e6 --- /dev/null +++ b/libgenx/tests/build/root.build @@ -0,0 +1,12 @@ +using c + +h{*}: extension = h +c{*}: extension = c + +# Every exe{} in this subproject is by default a test. +# +exe{*}: test = true + +# The test target for cross-testing (running tests under Wine, etc). +# +test.target = $c.target -- cgit v1.1