From dc99a01347366fe7dcf0ac4485d6a7343a7c5afb Mon Sep 17 00:00:00 2001 From: Russel Winder Date: Wed, 19 Apr 2017 03:46:32 +0100 Subject: Add tests for correct cleaning of correctly built and executing project built with ProgramAllAtOnce. --- test/D/AllAtOnce/Common/common.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/D/AllAtOnce/Common/common.py b/test/D/AllAtOnce/Common/common.py index 8750221..1713028 100644 --- a/test/D/AllAtOnce/Common/common.py +++ b/test/D/AllAtOnce/Common/common.py @@ -62,6 +62,14 @@ def testForTool(tool): The value is 42. ''') + test.run('-c') + + test.must_not_exist(test.workpath('amod.o')) + test.must_not_exist(test.workpath('bmod.o')) + test.must_not_exist(test.workpath('main.o')) + test.must_not_exist(test.workpath('project.o')) + test.must_not_exist(test.workpath('project')) + test.pass_test() # Local Variables: -- cgit v0.12