diff --git a/tests/integration/setup_suite.bash b/tests/integration/setup_suite.bash index c52b71b8..44630f85 100644 --- a/tests/integration/setup_suite.bash +++ b/tests/integration/setup_suite.bash @@ -12,11 +12,7 @@ setup_suite(){ fi if [[ ! -f "$PWD/abra" ]]; then - make build-abra - fi - - if [[ ! -f "$PWD/kadabra" ]]; then - make build-kadabra + make fi if [[ -d "$ABRA_DIR" ]]; then