Add recipes for misc other things we want to test
[openssl.git] / test / recipes / 90-test_ige.t
diff --git a/test/recipes/90-test_ige.t b/test/recipes/90-test_ige.t
new file mode 100644 (file)
index 0000000..6c99147
--- /dev/null
@@ -0,0 +1,12 @@
+#! /usr/bin/perl
+
+use strict;
+use warnings;
+
+use Test::More;
+use OpenSSL::Test;
+
+setup("test_ige");
+
+plan tests => 1;
+ok(run(test(["igetest"])), "running igetest");