summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-04-01 14:02:55 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-04-01 14:05:27 +0200
commit792e9672a07fec8cbe4152789ad38c4304c8e266 (patch)
tree5fec9fd6beb642dc29ba8bde8d5c29f378ecc768 /tests/Makefile.am
parentc69b4866c342116c8cf7b3d5a839929acc50b065 (diff)
downloadvala-792e9672a07fec8cbe4152789ad38c4304c8e266.tar.gz
vala: Consider boolean types are compatible with each other
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a77e4dbae..9f956d793 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -24,6 +24,7 @@ TESTS = \
basic-types/integers.vala \
basic-types/escape-chars.vala \
basic-types/floats.vala \
+ basic-types/boolean.vala \
basic-types/custom-types.vala \
basic-types/default-gtype.vala \
basic-types/strings.vala \