mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
Add a test case for ".declare" pragma
This commit is contained in:
committed by
Damien Lespiau
parent
c3bcc7dbeb
commit
131f61f2ef
@@ -21,6 +21,7 @@ TESTS = \
|
||||
halt \
|
||||
wait \
|
||||
endif \
|
||||
declare \
|
||||
immediate
|
||||
|
||||
# Tests that are expected to fail because they contain some inccorect code.
|
||||
@@ -66,6 +67,8 @@ TESTDATA = \
|
||||
wait.g4a \
|
||||
endif.expected \
|
||||
endif.g4a \
|
||||
declare.expected \
|
||||
declare.g4a \
|
||||
immediate.g4a \
|
||||
immediate.expected
|
||||
|
||||
@@ -79,4 +82,4 @@ $(TESTS): run-test.sh
|
||||
|
||||
CLEANFILES = \
|
||||
*.out \
|
||||
${TESTS}
|
||||
${TESTS}
|
||||
|
||||
Reference in New Issue
Block a user