Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-29 | Fix Makefile execution on macOS | Mitchell Johnson | |
Apparently test execution under cargo is delegated and the --ignored flag was being consumed by cargo rather than the test executor. Pass the `--ignored` flag after a `--` to stop cargo processing the argument. | |||
2022-04-08 | add makefile to test yaxpeax-arch with and without no-std | iximeow | |