Skip to content

Commit 4a4b123

Browse files
committed
[WIP] Integrate ABI conformance test suite for Arm32
1 parent d8e1d52 commit 4a4b123

File tree

2 files changed

+665
-0
lines changed

2 files changed

+665
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ check-snapshot: $(OUT)/$(STAGE0) tests/check-snapshots.sh
118118
tests/check-snapshots.sh $(ARCH) $(DYNLINK)
119119
$(VECHO) " OK\n"
120120

121+
check-abi-stage0: $(OUT)/$(STAGE0)
122+
tests/$(ARCH)-abi.sh 0 $(DYNLINK)
123+
124+
check-abi-stage2: $(OUT)/$(STAGE2)
125+
tests/$(ARCH)-abi.sh 2 $(DYNLINK)
126+
121127
update-snapshots: tests/update-snapshots.sh
122128
$(Q)$(foreach SNAPSHOT_ARCH, $(ARCHS), $(MAKE) distclean config update-snapshot ARCH=$(SNAPSHOT_ARCH) DYNLINK=0 --silent;)
123129
$(Q)$(MAKE) distclean config update-snapshot ARCH=arm DYNLINK=1 --silent

0 commit comments

Comments
 (0)