1*910382afSGarrett D'Amore# 2*910382afSGarrett D'Amore# This file and its contents are supplied under the terms of the 3*910382afSGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0. 4*910382afSGarrett D'Amore# You may only use this file in accordance with the terms of version 5*910382afSGarrett D'Amore# 1.0 of the CDDL. 6*910382afSGarrett D'Amore# 7*910382afSGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this 8*910382afSGarrett D'Amore# source. A copy of the CDDL is also available via the Internet at 9*910382afSGarrett D'Amore# http://www.illumos.org/license/CDDL. 10*910382afSGarrett D'Amore# 11*910382afSGarrett D'Amore 12*910382afSGarrett D'Amore# 13*910382afSGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org> 14*910382afSGarrett D'Amore# 15*910382afSGarrett D'Amore 16*910382afSGarrett D'Amoreinclude $(SRC)/Makefile.master 17*910382afSGarrett D'Amore 18*910382afSGarrett D'AmoreTESTSUBDIR = symbols 19*910382afSGarrett D'AmorePROG = symbols_test 20*910382afSGarrett D'AmoreKSHPROG = setup 21*910382afSGarrett D'AmoreSYMTESTS = \ 22*910382afSGarrett D'Amore ctype_h \ 23*910382afSGarrett D'Amore dirent_h \ 24*910382afSGarrett D'Amore fcntl_h \ 25*910382afSGarrett D'Amore locale_h \ 26*910382afSGarrett D'Amore math_h \ 27*910382afSGarrett D'Amore netdb_h \ 28*910382afSGarrett D'Amore pthread_h \ 29*910382afSGarrett D'Amore signal_h \ 30*910382afSGarrett D'Amore stdio_h \ 31*910382afSGarrett D'Amore stdlib_h \ 32*910382afSGarrett D'Amore strings_h \ 33*910382afSGarrett D'Amore sys_stat_h \ 34*910382afSGarrett D'Amore sys_time_h \ 35*910382afSGarrett D'Amore sys_timeb_h \ 36*910382afSGarrett D'Amore ucontext_h \ 37*910382afSGarrett D'Amore unistd_h \ 38*910382afSGarrett D'Amore wchar_h \ 39*910382afSGarrett D'Amore wctype_h 40*910382afSGarrett D'Amore 41*910382afSGarrett D'AmoreEXTRAPROG += $(SYMTESTS) 42*910382afSGarrett D'Amore 43*910382afSGarrett D'Amoreinclude ../Makefile.com 44*910382afSGarrett D'Amore 45*910382afSGarrett D'Amore$(SYMTESTS:%=$(TESTDIR)/%): $(TESTDIR)/setup 46*910382afSGarrett D'Amore -$(RM) $@ 47*910382afSGarrett D'Amore $(LN) $(TESTDIR)/setup $@ 48