Makefile revision f38cb554a534c6df738be3f4d23327e69888e634
f690123c15ce847b78eb68ba842a94c88a8e5529Michael Graff#
499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington# This file and its contents are supplied under the terms of the
f85aab2e1a371d4575eaaf03bf926c116b4c791eAndreas Gustafsson# Common Development and Distribution License ("CDDL"), version 1.0.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# You may only use this file in accordance with the terms of version
f690123c15ce847b78eb68ba842a94c88a8e5529Michael Graff# 1.0 of the CDDL.
f690123c15ce847b78eb68ba842a94c88a8e5529Michael Graff#
f690123c15ce847b78eb68ba842a94c88a8e5529Michael Graff# A full copy of the text of the CDDL should have accompanied this
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# source. A copy of the CDDL is also available via the Internet at
f85aab2e1a371d4575eaaf03bf926c116b4c791eAndreas Gustafsson# http://www.illumos.org/license/CDDL.
f85aab2e1a371d4575eaaf03bf926c116b4c791eAndreas Gustafsson#
f85aab2e1a371d4575eaaf03bf926c116b4c791eAndreas Gustafsson
f85aab2e1a371d4575eaaf03bf926c116b4c791eAndreas Gustafsson#
f85aab2e1a371d4575eaaf03bf926c116b4c791eAndreas Gustafsson# Copyright (c) 2013 by Delphix. All rights reserved.
f85aab2e1a371d4575eaaf03bf926c116b4c791eAndreas Gustafsson#
f85aab2e1a371d4575eaaf03bf926c116b4c791eAndreas Gustafsson
f85aab2e1a371d4575eaaf03bf926c116b4c791eAndreas Gustafssoninclude $(SRC)/Makefile.master
f85aab2e1a371d4575eaaf03bf926c116b4c791eAndreas Gustafsson
f690123c15ce847b78eb68ba842a94c88a8e5529Michael GraffROOTOPTPKG = $(ROOT)/opt/zfs-tests
f104fbbe4e868a039ed786c0087c0412ab6dd923Brian WellingtonTESTDIR = $(ROOTOPTPKG)/tests/functional/rootpool
05a1fd60930eef7e94e7575b574fd1fc85454466Brian Wellington
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid LawrencePROGS = cleanup \
f104fbbe4e868a039ed786c0087c0412ab6dd923Brian Wellington rootpool_002_neg \
f104fbbe4e868a039ed786c0087c0412ab6dd923Brian Wellington rootpool_003_neg \
f104fbbe4e868a039ed786c0087c0412ab6dd923Brian Wellington rootpool_007_neg \
253f774e358dba38742a484426a4cadf4f248817Brian Wellington setup
f104fbbe4e868a039ed786c0087c0412ab6dd923Brian Wellington
c9d7e543d0da2996d1cc52d3c5920141df49a4ecBrian WellingtonCMDS = $(PROGS:%=$(TESTDIR)/%)
6a759e38699d133302d0df120d7afcd4af721951David Lawrence$(CMDS) := FILEMODE = 0555
79d91e915023ffa5fac1bb2f91f19210bb18407cBrian Wellington
c9d7e543d0da2996d1cc52d3c5920141df49a4ecBrian Wellingtonall lint clean clobber:
bb74e8ce7bb324ef248d029b2b6ba293ac9403f3Brian Wellington
f104fbbe4e868a039ed786c0087c0412ab6dd923Brian Wellingtoninstall: $(CMDS)
c9d7e543d0da2996d1cc52d3c5920141df49a4ecBrian Wellington
c9d7e543d0da2996d1cc52d3c5920141df49a4ecBrian Wellington$(CMDS): $(TESTDIR)
e8892697f98b9154cd390c13205b75d1f038fd4dBrian Wellington
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence$(TESTDIR):
c9d7e543d0da2996d1cc52d3c5920141df49a4ecBrian Wellington $(INS.dir)
364a82f7c25b62967678027043425201a5e5171aBob Halley
acc63b06d9e4e2137950dabddcccd17d8b336ca0Olafur Gudmundsson$(TESTDIR)/%: %.ksh
f104fbbe4e868a039ed786c0087c0412ab6dd923Brian Wellington $(INS.rename)
f104fbbe4e868a039ed786c0087c0412ab6dd923Brian Wellington
f104fbbe4e868a039ed786c0087c0412ab6dd923Brian Wellington$(TESTDIR)/%: %
911ed0d3bee586b3bec42cb6c376d5cc6c0e1e24Brian Wellington $(INS.file)
09f22ac5b09e70bc526015f37168ba33e21ea91fDavid Lawrence