From 06973e6127e295369e3c0d980378600c1d168070 Mon Sep 17 00:00:00 2001 From: Douglas Stebila Date: Sun, 31 Mar 2019 22:00:39 -0400 Subject: [PATCH] Force make clean on test_compile_lib Helpful for local builds, even though it has no effect on fresh CI builds --- test/test_compile_lib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_compile_lib.py b/test/test_compile_lib.py index 11a2666c..7151975e 100644 --- a/test/test_compile_lib.py +++ b/test/test_compile_lib.py @@ -14,6 +14,7 @@ def test_compile_lib(): def check_compile_lib(implementation): + helpers.make('clean', working_dir=implementation.path()) helpers.make(working_dir=implementation.path())