From 67ad4eead13c80da906f67c75a31646f33a3abca Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Sat, 4 Feb 2017 00:28:46 +0100 Subject: test/test_plist: new test --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f74f1e8..3e76a09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,6 +46,7 @@ librbraun_la_LIBADD = -lrt -lpthread bin_PROGRAMS = \ test_avltree \ + test_plist \ test_rbtree \ test_rdxtree \ test_shell @@ -53,6 +54,9 @@ bin_PROGRAMS = \ test_avltree_SOURCES = test/test_avltree.c test_avltree_LDADD = librbraun.la +test_plist_SOURCES = test/test_plist.c +test_plist_LDADD = librbraun.la + test_rbtree_SOURCES = test/test_rbtree.c test_rbtree_LDADD = librbraun.la -- cgit v1.2.3