]> git.decadent.org.uk Git - maypole.git/blobdiff - t/01.httpd-basic.t
basic tests for HTTPD
[maypole.git] / t / 01.httpd-basic.t
diff --git a/t/01.httpd-basic.t b/t/01.httpd-basic.t
new file mode 100644 (file)
index 0000000..fe32351
--- /dev/null
@@ -0,0 +1,5 @@
+use Test::More tests=>2;
+
+use_ok("Maypole::HTTPD");
+use_ok("Maypole::HTTPD::Frontend");
+