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,9 +14,16 @@
 # 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
+SUBDIRS = \
+        crypto-tests \
+        elf-tests \
+        libc-tests \
+        os-tests \
+        smbclient-tests \
+        test-runner \
+        util-tests \
+        zfs-tests
 
 include Makefile.com