From 32261ba465be203f973a0e126672b8d7188ba327 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 4 Oct 2006 07:11:09 +0000 Subject: Global build system, build system bugfixes. git-svn-id: http://svn.drobilla.net/lad/ingen@154 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/tests/Makefile.am | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'src/libs/engine/tests/Makefile.am') diff --git a/src/libs/engine/tests/Makefile.am b/src/libs/engine/tests/Makefile.am index 54f6ad1f..0da5ee09 100644 --- a/src/libs/engine/tests/Makefile.am +++ b/src/libs/engine/tests/Makefile.am @@ -5,23 +5,16 @@ common_ldadd = @JACK_LIBS@ @LOSC_LIBS@ @ALSA_LIBS@ -lrt node_tree_test_LDADD = $(common_ldadd) queue_test_LDADD = $(common_ldadd) -bin_PROGRAMS = node_tree_test queue_test list_test path_test +bin_PROGRAMS = node_tree_test queue_test list_test list_test_SOURCES = \ ../List.h \ list_test.cpp -path_test_SOURCES = \ - ../../common/Path.h \ - path_test.cpp - node_tree_test_SOURCES = \ - node_tree_test.cpp \ - ../Tree.h \ - ../TreeImplementation.h + node_tree_test.cpp queue_test_SOURCES = \ - queue_test.cpp \ - ../../common/Queue.h + queue_test.cpp endif # BUILD_UNIT_TESTS -- cgit v1.2.1