diff --git a/tests/recipes_test.py b/tests/recipes_test.py index 052b1012ec..f9851531cf 100755 --- a/tests/recipes_test.py +++ b/tests/recipes_test.py @@ -15,5 +15,9 @@ def recipes_py(*args): subprocess.check_call([ os.path.join(ROOT_DIR, 'recipes.py'), '--use-bootstrap'] + list(args)) +# Run both current simulation test logic (simulation_test), and experimental +# (test). Eventually the former will be removed. recipes_py('simulation_test') +recipes_py('test', 'run') + recipes_py('lint')