Author: jkeenan
Date: Tue Jul 22 05:08:50 2008
New Revision: 29668

Modified:
   branches/parallel/t/steps/gen_crypto-01.t

Log:
Add some basic tests.

Modified: branches/parallel/t/steps/gen_crypto-01.t
==============================================================================
--- branches/parallel/t/steps/gen_crypto-01.t   (original)
+++ branches/parallel/t/steps/gen_crypto-01.t   Tue Jul 22 05:08:50 2008
@@ -5,7 +5,7 @@
 
 use strict;
 use warnings;
-use Test::More qw(no_plan); # tests =>  2;
+use Test::More tests => 13;
 use Carp;
 use lib qw( lib );
 use_ok('config::init::defaults');
@@ -46,6 +46,15 @@
 
 $conf->replenish($serialized);
 
+#$args = process_options(
+#    {
+#        argv => [ ],
+#        mode => q{configure},
+#    }
+#);
+#$step = test_step_constructor_and_description($conf);
+ok(-f 'config/gen/crypto/digest_pmc.in',
+    "Able to locate source code file");
 
 
 pass("Completed all tests in $0");

Reply via email to