Launch in T minus 10 seconds and counting...

This commit is contained in:
2026-06-04 03:08:51 +02:00
commit 048ac71f31
22 changed files with 648 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Test executables.
#
driver
# Testscript output directories (can be symlinks).
#
test
test-*
+4
View File
@@ -0,0 +1,4 @@
/config.build
/root/
/bootstrap/
build/
+6
View File
@@ -0,0 +1,6 @@
project = # Unnamed tests subproject.
using version
using config
using test
using dist
+16
View File
@@ -0,0 +1,16 @@
cxx.std = latest
using cxx
hxx{*}: extension = hxx
ixx{*}: extension = ixx
txx{*}: extension = txx
cxx{*}: extension = cxx
# 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 = $cxx.target
+1
View File
@@ -0,0 +1 @@
./: {*/ -build/}