diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 05:24:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 05:24:45 +0200 |
commit | 7e325846f190794b44f22e71f1f2ce0beac25af5 (patch) | |
tree | 10c9b01b448ae8d6304b11a5ed772134d7ad7a98 /build2 | |
parent | 69cf0159fe6bc56ff1fb75408cbf7da723ecadbb (diff) |
Add feature: Support for custom configuration
Diffstat (limited to 'build2')
-rw-r--r-- | build2/custom-config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build2/custom-config b/build2/custom-config new file mode 100644 index 0000000..4bf4294 --- /dev/null +++ b/build2/custom-config @@ -0,0 +1,7 @@ +- Support for custom configuration [feature] + +Notes +===== + +* Compile and compile-fail tests (boost build has this). Also probably for + autoconf-style link tests. |