ef54e197e9
At this stage it handles Autoconf (#undef), CMake (#cmakedefine), and Meson (#mesondefine) special lines but does not have any built-in tests.
13 lines
424 B
Plaintext
13 lines
424 B
Plaintext
# Load the module to make sure it is up-to-date before we start running the
|
|
# tests. Failed that, we may try to update it from multiple tests in parallel.
|
|
# Also, our tests use this project as their amalgamation in order to get the
|
|
# module import location (as well as the C module configuration).
|
|
#
|
|
using autoconf
|
|
|
|
using c
|
|
|
|
# @@ Should we be able to do just test = $build.path?
|
|
#
|
|
testscript{*}: test = $recall($build.path)
|