summaryrefslogtreecommitdiff
path: root/curl/tests/build/root.build
diff options
context:
space:
mode:
Diffstat (limited to 'curl/tests/build/root.build')
-rw-r--r--curl/tests/build/root.build16
1 files changed, 16 insertions, 0 deletions
diff --git a/curl/tests/build/root.build b/curl/tests/build/root.build
new file mode 100644
index 0000000..2ea18e0
--- /dev/null
+++ b/curl/tests/build/root.build
@@ -0,0 +1,16 @@
+# file : tests/build/root.build
+# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
+# license : cURL License; see accompanying COPYING file
+
+# We need to configure C module to obtain the target information (see below).
+#
+using c
+
+# Setup the curl program that we are testing.
+#
+import curl = curl%exe{curl}
+testscript{*}: test = $curl
+
+# Specify the test target for cross-testing.
+#
+test.target = $c.target