initial commit of file from CVS for e-smith-test on Wed 12 Jul 09:10:30 BST 2023

This commit is contained in:
Brian Read
2023-07-12 09:10:30 +01:00
parent 54e4f39dbc
commit b7c1628cf6
18 changed files with 2081 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
#!/usr/bin/perl -w
#----------------------------------------------------------------------
# Copyright 1999-2003 Mitel Networks Corporation
# This program is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
#----------------------------------------------------------------------
use strict;
use Test::More tests => 8;
require_ok("Test::Harness");
require_ok("Test::More");
require_ok("Test::Inline");
require_ok("WWW::Automate");
require_ok("Test::Simple");
require_ok("esmith::TestUtils");
ok(-e "/etc/e-smith/tests", "Test directory exists");
ok(-d "/etc/e-smith/tests", "Test directory is a directory");