From 4014067a1668d94000b059d72832482a06cf8369 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 6 Jan 2007 19:39:56 +0000 Subject: Added ability to get Raul Thread for current calling context. Strong threading assertions. Flowcanvas port removal fixes. Patch port destruction. Code cleanups, bug fixes. git-svn-id: http://svn.drobilla.net/lad/raul@234 a436a847-0d15-0410-975c-d299462d15a1 --- tests/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 0732d07..2389628 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,8 +1,12 @@ if BUILD_TESTS -AM_CXXFLAGS = -I.. -bin_PROGRAMS = path_test +AM_CXXFLAGS = -I.. -lpthread +bin_PROGRAMS = path_test thread_test queue_test + +thread_test_LDADD = ../src/libraul.la path_test_SOURCES = path_test.cpp +thread_test_SOURCES = thread_test.cpp +queue_test_SOURCES = queue_test.cpp endif -- cgit v1.2.1