From cc7e0de009a0ab528fe950b17fa465a0a97988fc Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 16 Apr 2012 09:53:29 -0700 Subject: glsl: Convert the tests directory to automake. This runs optimization-test and produces the usual automake test output, which may be interesting to automated build systems. This doesn't convert the tests to be individually exposed to the automake runner, because automake doesn't like wildcards (due to being nonportable in make, not that we care). Reviewed-by: Kenneth Graunke --- src/glsl/tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/glsl/tests/Makefile.am (limited to 'src/glsl/tests/Makefile.am') diff --git a/src/glsl/tests/Makefile.am b/src/glsl/tests/Makefile.am new file mode 100644 index 00000000000..bfd97b3b831 --- /dev/null +++ b/src/glsl/tests/Makefile.am @@ -0,0 +1,2 @@ +TESTS = \ + optimization-test -- cgit v1.2.3