Excluded library snippets from asma-test.sh

This commit is contained in:
Andrew Alderwick 2021-08-30 19:03:17 +01:00
parent 3da1af90a0
commit 3eb13620a8
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ expect_failure() {
echo 'Assembling asma with uxnasm'
build_asma > asma.tal
../bin/uxnasm asma.tal asma.rom > uxnasm.log
for F in $(find ../projects -type f -name '*.tal' -not -name 'blank.tal'); do
for F in $(find ../projects -path ../projects/library -prune -false -or -type f -name '*.tal' -not -name 'blank.tal'); do
echo "Comparing assembly of ${F}"
BN="$(basename "${F%.tal}")"