summaryrefslogtreecommitdiff
path: root/common/tests/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-01-24 08:56:46 +0100
committerStef Walter <stefw@gnome.org>2013-02-04 10:52:52 +0100
commit322b4739cb51aa45568d9479224f2b07ac82a35f (patch)
treeca1ac6635056fe68ab06cf9e8f7e328a2686fc60 /common/tests/Makefile.am
parentb28c936bd281c4b7ff9ed0f621b840f6d5a4b328 (diff)
Add generic buffer code
Represents a block of memory that can be added to, parsed and so on
Diffstat (limited to 'common/tests/Makefile.am')
-rw-r--r--common/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/tests/Makefile.am b/common/tests/Makefile.am
index 4badbb5..3b6b986 100644
--- a/common/tests/Makefile.am
+++ b/common/tests/Makefile.am
@@ -21,6 +21,7 @@ CHECK_PROGS = \
test-dict \
test-array \
test-attrs \
+ test-buffer \
$(NULL)
noinst_PROGRAMS = \