Browse code

Excluded library snippets from asma-test.sh

Andrew Alderwick authored on 30/08/2021 18:03:17
Showing 1 changed files
... ...
@@ -33,7 +33,7 @@ expect_failure() {
33 33
 echo 'Assembling asma with uxnasm'
34 34
 build_asma > asma.tal
35 35
 ../bin/uxnasm asma.tal asma.rom > uxnasm.log
36
-for F in $(find ../projects -type f -name '*.tal' -not -name 'blank.tal'); do
36
+for F in $(find ../projects -path ../projects/library -prune -false -or -type f -name '*.tal' -not -name 'blank.tal'); do
37 37
 	echo "Comparing assembly of ${F}"
38 38
 	BN="$(basename "${F%.tal}")"
39 39