From 34e5a2da18f76c7d7de79a5c12b0e85ee89c4095 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 21 Jul 2015 18:20:33 +0200 Subject: Fix postponed re-examination logic Now postponed takes precedence over changed. --- tests/postponed/buildfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/postponed/buildfile (limited to 'tests/postponed/buildfile') diff --git a/tests/postponed/buildfile b/tests/postponed/buildfile new file mode 100644 index 0000000..f08a020 --- /dev/null +++ b/tests/postponed/buildfile @@ -0,0 +1,7 @@ +using cxx +hxx.ext = hxx +cxx.ext = cxx + +exe{driver}: cxx{driver} fsdir{$out_root/out} + +./: exe{driver} -- cgit v1.1