From: Rico Tzschichholz Date: Mon, 29 Nov 2021 14:51:49 +0000 (+0100) Subject: tests: Add missing methods/parameter-ccode-type.vala X-Git-Tag: 0.52.8~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4880c67267c76159fb71cd18388a35ff5441d0d0;p=thirdparty%2Fvala.git tests: Add missing methods/parameter-ccode-type.vala In addition to 0e097710e37b671b17ed1da330dd83b9e2340602 --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 8676abc8c..25a7dc886 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -235,6 +235,7 @@ TESTS = \ methods/generics.vala \ methods/nowrapper-interface.vala \ methods/nowrapper-no-vfunc.test \ + methods/parameter-ccode-type.vala \ methods/params-array.vala \ methods/params-array-abstract.test \ methods/params-array-multi-dimensional.test \