Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Sep 2005 02:59:09 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/tools/regression/geom_gpt gctl.t test.c
Message-ID:  <200509190259.j8J2x9Cs094644@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2005-09-19 02:59:09 UTC

  FreeBSD src repository

  Added files:
    tools/regression/geom_gpt gctl.t test.c 
  Log:
  Add the beginnings of a testsuite for testing GPT control requests.
  The testsuite is based on a simple driver program that builds a
  request from the arguments passed to it and issues the request to
  Geom. The driver emits FAIL with the error string or PASS depending
  on whether the request completed with an error or not. A -v option
  has been added to the driver and causes the request to be dumped.
  The -v option to prove(1) controls the -v option to the driver.
  
  The testsuite itself contains a hash of which the key constitutes
  the arguments and the value is the expected result.
  
  Revision  Changes    Path
  1.1       +86 -0     src/tools/regression/geom_gpt/gctl.t (new)
  1.1       +137 -0    src/tools/regression/geom_gpt/test.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509190259.j8J2x9Cs094644>