Rename gctl.t to gctl_test.t and test.c to gctl_test_helper.c

This is being done to reduce ambiguity and to make the tests more portable
in the future to other locations in the source tree.

MFC after:	5 weeks
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-04-22 20:06:11 +00:00
parent b87e84c58a
commit e02a067a1a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317291
2 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ if (exists $ENV{'TEST_VERBOSE'}) {
}
# Compile the driver...
my $st = system("cc -o $cmd -g $srcdir/test.c -lgeom");
my $st = system("cc -o $cmd -g $srcdir/gctl_test_helper.c -lgeom");
if ($st != 0) {
print "1..0 # SKIP error compiling test.c\n";
exit 0;