machine: add tool to check consistency with documentation

This tool checks whether the machine package matches the documentation
in https://tinygo.org/docs/reference/machine/.
This commit is contained in:
Ayke van Laethem
2022-09-16 14:22:27 +02:00
parent fca2de21b1
commit df8add7b60
3 changed files with 239 additions and 0 deletions
+2
View File
@@ -236,6 +236,8 @@ jobs:
run: |
make ASSERT=1
echo "$(pwd)/build" >> $GITHUB_PATH
- name: Test machine package
run: make check-machine
- name: Test stdlib packages
run: make tinygo-test
- name: Install Xtensa toolchain