aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authordan sinclair <dsinclair@google.com>2019-04-24 22:46:52 -0400
committerGitHub <noreply@github.com>2019-04-24 22:46:52 -0400
commit8232a8c1486d48aa298603423e5243f605d4789a (patch)
tree0df9a0d7656f88596e19c02e55b1238121ae5178 /src/CMakeLists.txt
parent580aa57722851a03421298ab19708bc971a9b9e6 (diff)
downloadamber-8232a8c1486d48aa298603423e5243f605d4789a.tar.gz
[amberscript] Add instance and device extensions (#493)
This CL adds support for parsing instance and device extensions in amberscript test files. Fixes #346
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 995fed7..3b29bf8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -85,6 +85,7 @@ if (${AMBER_ENABLE_TESTS})
amberscript/parser_copy_test.cc
amberscript/parser_device_feature_test.cc
amberscript/parser_expect_test.cc
+ amberscript/parser_extension_test.cc
amberscript/parser_framebuffer_test.cc
amberscript/parser_pipeline_test.cc
amberscript/parser_repeat_test.cc