From 792e9672a07fec8cbe4152789ad38c4304c8e266 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Wed, 1 Apr 2020 14:02:55 +0200 Subject: vala: Consider boolean types are compatible with each other --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Makefile.am') 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 \ -- cgit v1.2.1