Added x86only

This commit is contained in:
Dmitry Boulytchev 2018-11-01 15:12:45 +03:00
parent 2bf7ab7091
commit 584e7a998b
5 changed files with 46 additions and 0 deletions

View file

@ -1,3 +1,4 @@
make check
pushd expressions && make check && popd
pushd deep-expressions && make check && popd
pushd x86only && make check && popd