diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-05-27 14:28:48 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-05-28 09:25:27 -0400 |
| commit | f926647d980c5697f9a6815e3144f6e34d4ca86d (patch) | |
| tree | 82cffb68c7bf943f3cfb10dd9133c0e9b5e752ed /src/libply/tests/Makefile.am | |
| parent | 1a66267ef5a86196a2480af383013f6d3c4a5bc7 (diff) | |
| download | plymouth-f926647d980c5697f9a6815e3144f6e34d4ca86d.tar.gz plymouth-f926647d980c5697f9a6815e3144f6e34d4ca86d.tar.xz plymouth-f926647d980c5697f9a6815e3144f6e34d4ca86d.zip | |
Add new array type to make managing arrays easier
This is just a thin wrapper around the buffer object,
that keeps the data in terms of "elements" instead of
bytes, and always null terminates the result.
Diffstat (limited to 'src/libply/tests/Makefile.am')
| -rw-r--r-- | src/libply/tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libply/tests/Makefile.am b/src/libply/tests/Makefile.am index 58a26ef..bb73319 100644 --- a/src/libply/tests/Makefile.am +++ b/src/libply/tests/Makefile.am @@ -9,6 +9,7 @@ include $(srcdir)/ply-image-test.am include $(srcdir)/ply-terminal-test.am include $(srcdir)/ply-terminal-session-test.am include $(srcdir)/ply-logger-test.am +include $(srcdir)/ply-array-test.am include $(srcdir)/ply-list-test.am include $(srcdir)/ply-event-loop-test.am include $(srcdir)/ply-copy-test.am |
