1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

Force make clean on test_compile_lib

Helpful for local builds, even though it has no effect on fresh CI builds
This commit is contained in:
Douglas Stebila 2019-03-31 22:00:39 -04:00
parent 41bc57689c
commit 06973e6127

View File

@ -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())