diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-03-19 15:41:36 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-03-19 15:41:36 +0100 |
commit | 018e1ba581ec6f01f069a45ec4cf89f152b44d5f (patch) | |
tree | 0e7dda4bb693a6714066fbe5efcd2f24ff7c1a65 /tests/build/root.build | |
parent | 1c188393cd2e271ed2581471b601fb5960777fd8 (diff) |
remerge
Diffstat (limited to 'tests/build/root.build')
-rw-r--r-- | tests/build/root.build | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/build/root.build b/tests/build/root.build deleted file mode 100644 index dd7abe5..0000000 --- a/tests/build/root.build +++ /dev/null @@ -1,16 +0,0 @@ -# file : tests/build/root.build -# license : GNU GPL v2 + exceptions; see accompanying LICENSE file - -# We need to configure C++ module to obtain the target information (see -# below). -# -using cxx.config - -# Import the XSD compiler we will be testing. -# -import! [metadata] xsd = xsd%exe{xsd} -testscript{*}: test = $xsd - -# Specify the test target for cross-testing. -# -test.target = $cxx.target |