From 71844dd2056e72bc1b82570e4754cbeeac4de344 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 Jul 2007 05:52:09 +0000 Subject: Added Raul::Table class (like an std::map but in an array, very fast to do a sorted iteration). Fixed unit test building. git-svn-id: http://svn.drobilla.net/lad/raul@629 a436a847-0d15-0410-975c-d299462d15a1 --- tests/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 27a8f1a..ae3db13 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -14,7 +14,8 @@ noinst_PROGRAMS = \ time_test \ quantize_test \ smf_test \ - rdf_test + rdf_test \ + table_test thread_test_LDADD = $(ALL_LIBS) path_test_LDADD = $(ALL_LIBS) @@ -27,6 +28,7 @@ time_test_LDADD = $(ALL_LIBS) quantize_test_LDADD = $(ALL_LIBS) smf_test_LDADD = $(ALL_LIBS) rdf_test_LDADD = $(ALL_LIBS) +table_test_LDADD = $(ALL_LIBS) path_test_SOURCES = path_test.cpp thread_test_SOURCES = thread_test.cpp @@ -39,5 +41,6 @@ time_test_SOURCES = time_test.cpp quantize_test_SOURCES = quantize_test.cpp smf_test_SOURCES = smf_test.cpp rdf_test_SOURCES = rdf_test.cpp +table_test_SOURCES = table_test.cpp endif -- cgit v1.2.1