Rework build: add special cases for AIX
[openssl.git] / test / recipes / 05-test_cast.t
index ffb5645af82d584116670c69937d957440d51885..b8b88d075e85f736548710979208f0267c6098ad 100644 (file)
@@ -1,12 +1,12 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
+# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+#
+# Licensed under the Apache License 2.0 (the "License").  You may not use
+# this file except in compliance with the License.  You can obtain a copy
+# in the file LICENSE in the source distribution or at
+# https://www.openssl.org/source/license.html
 
-use strict;
-use warnings;
 
-use Test::More;
-use OpenSSL::Test;
+use OpenSSL::Test::Simple;
 
-setup("test_cast");
-
-plan tests => 1;
-ok(run(test(["casttest"])), "running casttest");
+simple_test("test_cast", "casttest", "cast");