diff options
author | root <root@rbsd.ankarstrom.se> | 2021-04-24 00:56:05 +0000 |
---|---|---|
committer | root <root@rbsd.ankarstrom.se> | 2021-04-24 01:11:06 +0000 |
commit | 72c681d3a16a706b0a3dd2b6dda95edcb4f78f51 (patch) | |
tree | 980d08083ae4e5208c85d54bd34f01457f721fb3 /t/SMOKE | |
parent | 5cfdae7ccf1eece314c381d8de52acd2aee7cff9 (diff) | |
download | Apache-Inject-72c681d3a16a706b0a3dd2b6dda95edcb4f78f51.tar.gz |
Add Makefile, basic test
Diffstat (limited to 't/SMOKE')
-rwxr-xr-x | t/SMOKE | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +#!/usr/local/bin/perl +# WARNING: this file is generated, do not edit +# generated on Sat Apr 24 00:40:18 2021 +# 01: /usr/local/lib/perl5/site_perl/mach/5.32/Apache/TestConfig.pm:1003 +# 02: /usr/local/lib/perl5/site_perl/mach/5.32/Apache/TestConfig.pm:1095 +# 03: /usr/local/lib/perl5/site_perl/mach/5.32/Apache/TestSmoke.pm:775 +# 04: /usr/local/lib/perl5/site_perl/mach/5.32/Apache/TestMM.pm:143 +# 05: Makefile.PL:12 + +BEGIN { eval { require blib && blib->import; } } + +use strict; +use warnings FATAL => 'all'; + +use lib qw( + /root/prj/Apache-Inject +); + + +use Apache::TestSmoke; +Apache::TestSmoke->new(@ARGV)->run;
\ No newline at end of file |