diff options
Diffstat (limited to 'src/compiler/Makefile.nir.am')
-rw-r--r-- | src/compiler/Makefile.nir.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/compiler/Makefile.nir.am b/src/compiler/Makefile.nir.am index c646c6bdc1e..aa0a92856f1 100644 --- a/src/compiler/Makefile.nir.am +++ b/src/compiler/Makefile.nir.am @@ -87,10 +87,12 @@ nir_tests_vars_tests_SOURCES = nir/tests/vars_tests.cpp nir_tests_vars_tests_CFLAGS = $(NIR_TESTS_CFLAGS) nir_tests_vars_tests_LDADD = $(NIR_TESTS_LDADD) +check_SCRIPTS = nir/tests/algebraic_parser_test.sh TESTS += \ nir/tests/control_flow_tests \ - nir/tests/vars_tests + nir/tests/vars_tests \ + nir/tests/algebraic_parser_test.sh BUILT_SOURCES += \ |