diff options
author | Richard Lowe <richlowe@richlowe.net> | 2018-12-16 19:24:52 +0000 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2019-03-06 23:07:30 +0000 |
commit | 4db555a5389470c6f15aa8b50a38ca5d533d0641 (patch) | |
tree | 83dc6fb44651c09af49f74c7d376c1a1462daa40 /usr/src/test/Makefile | |
parent | a647f7a8445a398295ac6ca738ef7e8311daa466 (diff) | |
download | illumos-gate-4db555a5389470c6f15aa8b50a38ca5d533d0641.tar.gz |
10367 ld(1) tests should be a real test suite
10368 want an ld(1) regression test for i386 LD tls transition (10267)
Reviewed by: Jason King <jason.king@joyent.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/test/Makefile')
-rw-r--r-- | usr/src/test/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/usr/src/test/Makefile b/usr/src/test/Makefile index 9ca989ce57..fa57d36772 100644 --- a/usr/src/test/Makefile +++ b/usr/src/test/Makefile @@ -16,7 +16,14 @@ .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 |