diff options
Diffstat (limited to 'tests/amalgam/config')
-rw-r--r-- | tests/amalgam/config/build/bootstrap.build | 1 | ||||
-rw-r--r-- | tests/amalgam/config/buildfile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/amalgam/config/build/bootstrap.build b/tests/amalgam/config/build/bootstrap.build index 5951f06..5a01046 100644 --- a/tests/amalgam/config/build/bootstrap.build +++ b/tests/amalgam/config/build/bootstrap.build @@ -1,3 +1,4 @@ project = amalgam-config +amalgamation = # Shall not be amalgamated. subprojects = 1/ 2/ using config diff --git a/tests/amalgam/config/buildfile b/tests/amalgam/config/buildfile index e9fc7f4..7132877 100644 --- a/tests/amalgam/config/buildfile +++ b/tests/amalgam/config/buildfile @@ -1,3 +1,3 @@ -d = 1/ 2/ +d = #1/ 2/ .: $d include $d |