diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 18ab159..83d2042 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -52,13 +52,6 @@ test: - amrex source_files: - tests/* - files: - - test.sh # [unix] - - test.bat # [win] - commands: - # smoke tests: execute - - ./test.sh # [unix and build_platform == target_platform] - - call test.bat # [win] about: home: https://pyamrex.readthedocs.io diff --git a/recipe/test.bat b/recipe/run_test.bat similarity index 100% rename from recipe/test.bat rename to recipe/run_test.bat diff --git a/recipe/test.sh b/recipe/run_test.sh similarity index 100% rename from recipe/test.sh rename to recipe/run_test.sh