diff options
| author | mikey <mikey@cinecert.com> | 2009-04-09 18:28:03 +0000 |
|---|---|---|
| committer | mikey <> | 2009-04-09 18:28:03 +0000 |
| commit | c08082d4d097b0bacda575171098862e735b3ad8 (patch) | |
| tree | 4887f009fbea3cd146393636e6caf8d31afc2814 /src | |
| parent | df345312e67da6c3707c276d417069c910db1597 (diff) | |
udpated readme for changes; added BSD license to fips-testharness; removed tt-xform from makefile.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 4 | ||||
| -rwxr-xr-x | src/fips-186-test-harness.pl | 31 |
2 files changed, 32 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 20bf41a..34dee62 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -129,7 +129,7 @@ wavesplit_LDADD = libasdcp.la # list of programs that need to be compiled for use in test suite check_PROGRAMS = asdcp-mem-test path-test jp2k-test S429-5-cgi \ - fips-186-rng-test asdcp-version tt-xform + fips-186-rng-test asdcp-version # sources for a test program # list of libraries to link against for a test program @@ -146,8 +146,6 @@ fips_186_rng_test_LDADD = libasdcp.la asdcp_version_SOURCES = asdcp-version.cpp asdcp_version_LDADD = libkumu.la -tt_xform_SOURCES = tt-xform.cpp TimedText_Transform.h TimedText_Transform.cpp -tt_xform_LDADD = libasdcp.la libkumu.la # list of test scripts to execute during "make check" diff --git a/src/fips-186-test-harness.pl b/src/fips-186-test-harness.pl index 16a8231..a5d3778 100755 --- a/src/fips-186-test-harness.pl +++ b/src/fips-186-test-harness.pl @@ -1,6 +1,37 @@ #!/usr/bin/perl # # +# Copyright (c) 2003-2008, John Hurst +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. The name of the author may not be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# +# +# $Id$ +# + + use strict; my $rng_prog = $ARGV[0]; |
