aboutsummaryrefslogtreecommitdiffstats
path: root/t/00componentui_compiles.t
diff options
context:
space:
mode:
authort0m <t0m@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-11-26 21:16:53 +0000
committert0m <t0m@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-11-26 21:16:53 +0000
commit6ded0784585e7c0d5903c74b04dc581ea781ea93 (patch)
treeb1e5c82c8060ed568165b456c0566e3c2119af6d /t/00componentui_compiles.t
parentb1a5be67c0d247d26064b7c76249ecbd2bc026eb (diff)
downloadreaction-6ded0784585e7c0d5903c74b04dc581ea781ea93.tar.gz
reaction-6ded0784585e7c0d5903c74b04dc581ea781ea93.zip
Fix or skip all the tests
Diffstat (limited to 't/00componentui_compiles.t')
-rw-r--r--t/00componentui_compiles.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/00componentui_compiles.t b/t/00componentui_compiles.t
new file mode 100644
index 0000000..1c60e78
--- /dev/null
+++ b/t/00componentui_compiles.t
@@ -0,0 +1,7 @@
+use strict;
+use warnings;
+use Test::More tests => 1;
+
+use_ok('ComponentUI')
+ or BAIL_OUT('ComponentUI does not compile, giving up');
+