Updated to ACES 1.0.1
[OpenColorIO-Configs.git] / aces_1.0.1 / python / bin / tests_aces_config
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 (executable)
index 0000000..190c40f
--- /dev/null
@@ -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()