diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2018-11-08 12:10:07 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2018-11-08 12:12:31 +0100 |
commit | 64a9081f29590845ebe80c019ce9137cc6635374 (patch) | |
tree | 8db7e470c2a18571833fb5fe5e296afffcc63833 /tests/Makefile.am | |
parent | e07efa002ed58bd036d1516b512fb7c2b9ff2cc4 (diff) | |
download | vala-64a9081f29590845ebe80c019ce9137cc6635374.tar.gz |
tests: Add GenericArray (GPtrArray) tests
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 800284942..7b0628ca9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -30,6 +30,7 @@ TESTS = \ basic-types/sizeof.vala \ basic-types/garray.vala \ basic-types/glists.vala \ + basic-types/gptrarray.vala \ basic-types/gvariants.vala \ basic-types/bug570846.test \ basic-types/bug571486.vala \ |