From 0e3ef580b5d265ee59d50d35053e989b8c4277c2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 28 Sep 2011 17:41:06 +0000 Subject: Add ZixHash git-svn-id: http://svn.drobilla.net/zix/trunk@39 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index b2521f1..27eb91f 100644 --- a/wscript +++ b/wscript @@ -63,6 +63,7 @@ def configure(conf): print('') tests = [ + 'hash_test', 'patree_test', 'ring_test', 'sorted_array_test', @@ -79,6 +80,7 @@ def build(bld): lib_source = ''' src/fat_patree.c + src/hash.c src/patree.c src/ring.c src/sorted_array.c -- cgit v1.2.1