Index: user/ngie/more-tests2/sbin/geom/class/tests/Makefile =================================================================== --- user/ngie/more-tests2/sbin/geom/class/tests/Makefile (revision 290967) +++ user/ngie/more-tests2/sbin/geom/class/tests/Makefile (revision 290968) @@ -1,18 +1,18 @@ # $FreeBSD$ TESTS_SUBDIRS+= concat TESTS_SUBDIRS+= eli TESTS_SUBDIRS+= gate -TESTS_SUBDIRS+= gpt +#TESTS_SUBDIRS+= gpt TESTS_SUBDIRS+= mirror TESTS_SUBDIRS+= nop TESTS_SUBDIRS+= raid3 TESTS_SUBDIRS+= shsec TESTS_SUBDIRS+= stripe TESTS_SUBDIRS+= uzip BINDIR= ${TESTSBASE}/sbin/geom/class FILES+= geom_subr.sh .include Index: user/ngie/more-tests2/sbin/geom/class/tests/Makefile.inc =================================================================== --- user/ngie/more-tests2/sbin/geom/class/tests/Makefile.inc (nonexistent) +++ user/ngie/more-tests2/sbin/geom/class/tests/Makefile.inc (revision 290968) @@ -0,0 +1,3 @@ +GEOM_CLASS= ${.CURDIR:T} + +TESTSDIR= ${TESTSBASE}/sbin/geom/class/${GEOM_CLASS} Property changes on: user/ngie/more-tests2/sbin/geom/class/tests/Makefile.inc ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/more-tests2/sbin/geom/class/tests/concat/Makefile =================================================================== --- user/ngie/more-tests2/sbin/geom/class/tests/concat/Makefile (nonexistent) +++ user/ngie/more-tests2/sbin/geom/class/tests/concat/Makefile (revision 290968) @@ -0,0 +1,10 @@ +# $FreeBSD$ + +TAP_TESTS_SH+= 1_test +TAP_TESTS_SH+= 2_test + +FILES+= conf.sh +FILESNAME_conf.sh= conf.sh +FILESDIR= ${TESTSDIR} + +.include Property changes on: user/ngie/more-tests2/sbin/geom/class/tests/concat/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/more-tests2/sbin/geom/class/tests/eli/Makefile =================================================================== --- user/ngie/more-tests2/sbin/geom/class/tests/eli/Makefile (nonexistent) +++ user/ngie/more-tests2/sbin/geom/class/tests/eli/Makefile (revision 290968) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +TAP_TESTS_SH+= attach_d_test +TAP_TESTS_SH+= configure_b_B_test +TAP_TESTS_SH+= delkey_test +TAP_TESTS_SH+= detach_l_test +TAP_TESTS_SH+= init_B_test +TAP_TESTS_SH+= init_J_test +TAP_TESTS_SH+= init_a_test +TAP_TESTS_SH+= init_i_P_test +TAP_TESTS_SH+= init_test +TAP_TESTS_SH+= integrity_copy_test +TAP_TESTS_SH+= integrity_data_test +TAP_TESTS_SH+= integrity_hmac_test +TAP_TESTS_SH+= kill_test +TAP_TESTS_SH+= nokey_test +TAP_TESTS_SH+= onetime_a_test +TAP_TESTS_SH+= onetime_d_test +TAP_TESTS_SH+= onetime_test +TAP_TESTS_SH+= readonly_test +TAP_TESTS_SH+= resize_test +TAP_TESTS_SH+= setkey_test + +TEST_METADATA.init_a_test+= timeout="1200" +TEST_METADATA.init_test+= timeout="300" +TEST_METADATA.integrity_copy_test+= timeout="1200" +TEST_METADATA.integrity_data_test+= timeout="600" +TEST_METADATA.integrity_hmac_test+= timeout="600" +TEST_METADATA.onetime_test+= timeout="300" +TEST_METADATA.onetime_a_test+= timeout="300" + +.include Property changes on: user/ngie/more-tests2/sbin/geom/class/tests/eli/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/more-tests2/sbin/geom/class/tests/gpt/Makefile =================================================================== --- user/ngie/more-tests2/sbin/geom/class/tests/gpt/Makefile (nonexistent) +++ user/ngie/more-tests2/sbin/geom/class/tests/gpt/Makefile (revision 290968) @@ -0,0 +1,13 @@ +# $FreeBSD$ + +BINDIR= ${TESTSDIR} + +TAP_TESTS_PERL+= gctl_test + +PROGS+= gctl +MAN= + +DPADD.gctl+= ${LIBGEOM} +LDADD.gctl+= -lgeom + +.include Property changes on: user/ngie/more-tests2/sbin/geom/class/tests/gpt/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/more-tests2/sbin/geom/class/tests/mirror/Makefile =================================================================== --- user/ngie/more-tests2/sbin/geom/class/tests/mirror/Makefile (nonexistent) +++ user/ngie/more-tests2/sbin/geom/class/tests/mirror/Makefile (revision 290968) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +TAP_TESTS_SH+= 1_test +TAP_TESTS_SH+= 2_test +TAP_TESTS_SH+= 3_test +TAP_TESTS_SH+= 4_test +TAP_TESTS_SH+= 5_test +TAP_TESTS_SH+= 6_test +TAP_TESTS_SH+= 7_test + +FILES+= conf.sh +FILESNAME_conf.sh= conf.sh +FILESDIR= ${TESTSDIR} + +.include Property changes on: user/ngie/more-tests2/sbin/geom/class/tests/mirror/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/more-tests2/sbin/geom/class/tests/nop/Makefile =================================================================== --- user/ngie/more-tests2/sbin/geom/class/tests/nop/Makefile (nonexistent) +++ user/ngie/more-tests2/sbin/geom/class/tests/nop/Makefile (revision 290968) @@ -0,0 +1,10 @@ +# $FreeBSD$ + +TAP_TESTS_SH+= 1_test +TAP_TESTS_SH+= 2_test + +FILES+= conf.sh +FILESNAME_conf.sh= conf.sh +FILESDIR= ${TESTSDIR} + +.include Property changes on: user/ngie/more-tests2/sbin/geom/class/tests/nop/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/more-tests2/sbin/geom/class/tests/raid3/Makefile =================================================================== --- user/ngie/more-tests2/sbin/geom/class/tests/raid3/Makefile (nonexistent) +++ user/ngie/more-tests2/sbin/geom/class/tests/raid3/Makefile (revision 290968) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +TAP_TESTS_SH+= 1_test +TAP_TESTS_SH+= 2_test +TAP_TESTS_SH+= 3_test +TAP_TESTS_SH+= 4_test +TAP_TESTS_SH+= 5_test +TAP_TESTS_SH+= 6_test +TAP_TESTS_SH+= 7_test +TAP_TESTS_SH+= 8_test +TAP_TESTS_SH+= 9_test +TAP_TESTS_SH+= 10_test +TAP_TESTS_SH+= 11_test +TAP_TESTS_SH+= 12_test + +FILES+= conf.sh +FILESNAME_conf.sh= conf.sh +FILESDIR= ${TESTSDIR} + +.include Property changes on: user/ngie/more-tests2/sbin/geom/class/tests/raid3/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/more-tests2/sbin/geom/class/tests/shsec/Makefile =================================================================== --- user/ngie/more-tests2/sbin/geom/class/tests/shsec/Makefile (nonexistent) +++ user/ngie/more-tests2/sbin/geom/class/tests/shsec/Makefile (revision 290968) @@ -0,0 +1,10 @@ +# $FreeBSD$ + +TAP_TESTS_SH+= 1_test +TAP_TESTS_SH+= 2_test + +FILES+= conf.sh +FILESNAME_conf.sh= conf.sh +FILESDIR= ${TESTSDIR} + +.include Property changes on: user/ngie/more-tests2/sbin/geom/class/tests/shsec/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/more-tests2/sbin/geom/class/tests/stripe/Makefile =================================================================== --- user/ngie/more-tests2/sbin/geom/class/tests/stripe/Makefile (nonexistent) +++ user/ngie/more-tests2/sbin/geom/class/tests/stripe/Makefile (revision 290968) @@ -0,0 +1,10 @@ +# $FreeBSD$ + +TAP_TESTS_SH+= 1_test +TAP_TESTS_SH+= 2_test + +FILES+= conf.sh +FILESNAME_conf.sh= conf.sh +FILESDIR= ${TESTSDIR} + +.include Property changes on: user/ngie/more-tests2/sbin/geom/class/tests/stripe/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/more-tests2/sbin/geom/core/tests/Data/Makefile =================================================================== --- user/ngie/more-tests2/sbin/geom/core/tests/Data/Makefile (nonexistent) +++ user/ngie/more-tests2/sbin/geom/core/tests/Data/Makefile (revision 290968) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +FILES+= disk.alpha.da0.xml +FILES+= disk.alpha2.da0.xml +FILES+= disk.apple.xml +FILES+= disk.beast.da0.xml +FILES+= disk.critter.ad0.xml +FILES+= disk.empty.flp.xml +FILES+= disk.far.ad0.xml +FILES+= disk.flat.da1.xml +FILES+= disk.kern.flp.xml +FILES+= disk.msdos.ext.xml +FILES+= disk.msdos.flp.xml +FILES+= disk.pc98.wdc0.xml +FILES+= disk.sun.da0.xml +FILES+= disk.sun.da1.xml +FILES+= disk.typo.ad0.xml + +FILESDIR= ${TESTSBASE}/sbin/geom/core/Data + +.include Property changes on: user/ngie/more-tests2/sbin/geom/core/tests/Data/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/more-tests2/sbin/geom/core/tests/Makefile =================================================================== --- user/ngie/more-tests2/sbin/geom/core/tests/Makefile (nonexistent) +++ user/ngie/more-tests2/sbin/geom/core/tests/Makefile (revision 290968) @@ -0,0 +1,12 @@ +# $FreeBSD$ + +TESTSDIR= ${TESTSBASE}/sbin/geom/core + +TAP_TESTS_SH+= run_test + +SUBDIR+= ConfCmp +SUBDIR+= Data +SUBDIR+= MdLoad +SUBDIR+= Ref + +.include Property changes on: user/ngie/more-tests2/sbin/geom/core/tests/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/more-tests2/sbin/geom/core/tests/Ref/Makefile =================================================================== --- user/ngie/more-tests2/sbin/geom/core/tests/Ref/Makefile (nonexistent) +++ user/ngie/more-tests2/sbin/geom/core/tests/Ref/Makefile (revision 290968) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +FILES+= disk.alpha.da0.xml +FILES+= disk.alpha2.da0.xml +FILES+= disk.apple.xml +FILES+= disk.beast.da0.xml +FILES+= disk.critter.ad0.xml +FILES+= disk.empty.flp.xml +FILES+= disk.far.ad0.xml +FILES+= disk.flat.da1.xml +FILES+= disk.kern.flp.xml +FILES+= disk.msdos.ext.xml +FILES+= disk.msdos.flp.xml +FILES+= disk.pc98.wdc0.xml +FILES+= disk.sun.da0.xml +FILES+= disk.sun.da1.xml +FILES+= disk.typo.ad0.xml + +FILESDIR= ${TESTSBASE}/sbin/geom/core/Ref + +.include Property changes on: user/ngie/more-tests2/sbin/geom/core/tests/Ref/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property