Print this page
10366 ld(1) should support GNU-style linker sets
10367 ld(1) tests should be a real test suite
10368 want an ld(1) regression test for i386 LD tls transition (10267)
*** 14,22 ****
# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
.PARALLEL: $(SUBDIRS)
! SUBDIRS = libc-tests crypto-tests os-tests test-runner util-tests zfs-tests \
! smbclient-tests
include Makefile.com
--- 14,29 ----
# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
.PARALLEL: $(SUBDIRS)
! SUBDIRS = \
! crypto-tests \
! elf-tests \
! libc-tests \
! os-tests \
! smbclient-tests \
! test-runner \
! util-tests \
! zfs-tests
include Makefile.com