diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-01-25 22:58:58 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-01-25 22:58:58 +0000 |
commit | ef3145b80cc4cc511fb008520b913f278116612d (patch) | |
tree | 245ca4ae9a5ab9fb762a54bb6e037c909f530495 /regress | |
parent | 5e5af103144fbb9564292782f243e83493876a99 (diff) |
Do not try to execute this test on !m88k archs.
Logic taken from the sparc64 regress, to avoid false negative on bluhm@'s
regression test infrastructure.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sys/arch/m88k/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/sys/arch/m88k/Makefile b/regress/sys/arch/m88k/Makefile index 6b4a5d27787..fe3f2d1cdf6 100644 --- a/regress/sys/arch/m88k/Makefile +++ b/regress/sys/arch/m88k/Makefile @@ -1,6 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2004/04/26 12:42:55 miod Exp $ +# $OpenBSD: Makefile,v 1.2 2017/01/25 22:58:57 mpi Exp $ +.if ${MACHINE_ARCH} == "m88k" SUBDIR+= usertrap +.endif install: |