1*96c8483aSYuri Pankov#
2*96c8483aSYuri Pankov# This file and its contents are supplied under the terms of the
3*96c8483aSYuri Pankov# Common Development and Distribution License ("CDDL"), version 1.0.
4*96c8483aSYuri Pankov# You may only use this file in accordance with the terms of version
5*96c8483aSYuri Pankov# 1.0 of the CDDL.
6*96c8483aSYuri Pankov#
7*96c8483aSYuri Pankov# A full copy of the text of the CDDL should have accompanied this
8*96c8483aSYuri Pankov# source.  A copy of the CDDL is also available via the Internet at
9*96c8483aSYuri Pankov# http://www.illumos.org/license/CDDL.
10*96c8483aSYuri Pankov#
11*96c8483aSYuri Pankov
12*96c8483aSYuri Pankov#
13*96c8483aSYuri Pankov# Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
14*96c8483aSYuri Pankov#
15*96c8483aSYuri Pankov
16*96c8483aSYuri Pankovinclude		$(SRC)/Makefile.master
17*96c8483aSYuri Pankovinclude		../../../Makefile.com
18*96c8483aSYuri Pankov
19*96c8483aSYuri PankovROOTTESTDIR=	$(ROOTOPTPKG)/tests/smbfs/error
20*96c8483aSYuri Pankov
21*96c8483aSYuri PankovTESTS=	\
22*96c8483aSYuri Pankov		tp_error_001	\
23*96c8483aSYuri Pankov		tp_error_002
24*96c8483aSYuri Pankov
25*96c8483aSYuri Pankovinclude		../../Makefile.tests
26