From 3813b05824fa2616b8ab9c18ed158c0c02265337 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 27 Apr 2018 12:01:09 +0200 Subject: Add support for build hooks The following buildfiles are loaded (if present) at appropriate times from the out_root subdirectories of a project: build/bootstrap/pre-*.build # before loading bootstrap.build build/bootstrap/post-*.build # after loading bootstrap.build build/root/pre-*.build # before loading root.build build/root/post-*.build # after loading root.build --- tests/hooks/buildfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/hooks/buildfile (limited to 'tests/hooks/buildfile') diff --git a/tests/hooks/buildfile b/tests/hooks/buildfile new file mode 100644 index 0000000..c951d56 --- /dev/null +++ b/tests/hooks/buildfile @@ -0,0 +1,5 @@ +# file : tests/hooks/buildfile +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +./: test{testscript} $b -- cgit v1.1