X-Git-Url: http://users.mur.at/ms/git/gitweb/?p=OpenColorIO-Configs.git;a=blobdiff_plain;f=aces_1.0.1%2Fpython%2Fbin%2Ftests_aces_config;fp=aces_1.0.1%2Fpython%2Fbin%2Ftests_aces_config;h=190c40f4d9826ea64206820737720df5788bab20;hp=0000000000000000000000000000000000000000;hb=22e6f32dc4ea25f99c83a6226cc4907b30b1cfcd;hpb=18a75430917db571c2846873510f77086d885479 diff --git a/aces_1.0.1/python/bin/tests_aces_config b/aces_1.0.1/python/bin/tests_aces_config new file mode 100755 index 0000000..190c40f --- /dev/null +++ b/aces_1.0.1/python/bin/tests_aces_config @@ -0,0 +1,26 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +""" +Tests the *ACES* configuration. +""" + +from __future__ import division + +import os +import unittest +import sys + +sys.path.append(os.path.join(os.path.dirname(__file__), '..')) + +from aces_ocio.tests.tests_aces_config import * + +__author__ = 'ACES Developers' +__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers' +__license__ = '' +__maintainer__ = 'ACES Developers' +__email__ = 'aces@oscars.org' +__status__ = 'Production' + +if __name__ == '__main__': + unittest.main()