summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-07-04 16:04:22 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-07-04 16:04:54 +0200
commitfbd40a292a2e491ba76dbd80de6ae428ac971b7e (patch)
treed3ab70f83b5194d5dec5ca789f75ff126f70aa5b /tests/Makefile.am
parent85cff726250620cf7326393285fbe4cbd4d22571 (diff)
downloadvala-fbd40a292a2e491ba76dbd80de6ae428ac971b7e.tar.gz
vala: Recursive check of assignment target to recognize constants
See https://gitlab.gnome.org/GNOME/vala/issues/944
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b6f9574e8..7d604cfbe 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -804,6 +804,8 @@ TESTS = \
semantic/class-too-many-type-arguments.test \
semantic/constant-extern.test \
semantic/constant-pointer.test \
+ semantic/constant-reassignment-element.test \
+ semantic/constant-reassignment-member.test \
semantic/constant-value.test \
semantic/constant-value-missing.test \
semantic/constant-value-type.test \