anza-xyz / move

Move compiler targeting llvm supported backends
https://discord.gg/wFgfjG9J
Apache License 2.0
107 stars 32 forks source link

Improve rbpf-tests regex to avoid trying to run generated interface files #344

Closed brson closed 10 months ago

brson commented 10 months ago

rbpf-tests is attempting to run .move files that are not tests. This updates the datatest_stable::harness regex to exclude those files.

The tests that link to stdlib emit .move files ("generated interface files") into the -build directories under rbpf-tests, and these should not be run as tests.

Closes https://github.com/solana-labs/move/issues/343