Print this page
11530 badseg test creates cores
*** 8,40 ****
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
! # Copyright 2018 Joyent, Inc.
#
include $(SRC)/cmd/Makefile.cmd
include $(SRC)/test/Makefile.com
! PROGS += ldt badseg
ROOTOPTPKG = $(ROOT)/opt/os-tests
TESTDIR = $(ROOTOPTPKG)/tests/i386
ROOTOPTPROGS = $(PROGS:%=$(TESTDIR)/%)
CSTD = $(CSTD_GNU99)
! # for badseg
COPTFLAG =
all: $(PROGS)
install: all $(ROOTOPTPROGS)
- lint:
-
clobber: clean
-$(RM) $(PROGS)
clean:
--- 8,38 ----
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
! # Copyright 2019 Joyent, Inc.
#
include $(SRC)/cmd/Makefile.cmd
include $(SRC)/test/Makefile.com
! PROGS += ldt badseg_exec badseg
ROOTOPTPKG = $(ROOT)/opt/os-tests
TESTDIR = $(ROOTOPTPKG)/tests/i386
ROOTOPTPROGS = $(PROGS:%=$(TESTDIR)/%)
CSTD = $(CSTD_GNU99)
! # for badseg_exec
COPTFLAG =
all: $(PROGS)
install: all $(ROOTOPTPROGS)
clobber: clean
-$(RM) $(PROGS)
clean: