Add engine and evp test recipes.
[openssl.git] / test / recipes / 30-test_engine.t
diff --git a/test/recipes/30-test_engine.t b/test/recipes/30-test_engine.t
new file mode 100644 (file)
index 0000000..420c19a
--- /dev/null
@@ -0,0 +1,12 @@
+#! /usr/bin/perl
+
+use strict;
+use warnings;
+
+use Test::More;
+use OpenSSL::Test;
+
+setup("test_engine");
+
+plan tests => 1;
+ok(run(test(["enginetest"])), "running enginetest");