From 68612f842aed263a3217ee5087aefbf734d8b5d8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 3 Oct 2008 01:32:43 +0000 Subject: Good riddance. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1602 a436a847-0d15-0410-975c-d299462d15a1 --- tests/Makefile.am | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 tests/Makefile.am (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am deleted file mode 100644 index 2a9d5b4..0000000 --- a/tests/Makefile.am +++ /dev/null @@ -1,43 +0,0 @@ -if BUILD_UNIT_TESTS - -AM_CXXFLAGS = -I.. @GLIBMM_CFLAGS@ @GTHREAD_CFLAGS@ # -DTABLE_SORT_DEBUG -ALL_LIBS = @GLIBMM_LIBS@ @GTHREAD_LIBS@ ../src/libraul.la - -noinst_PROGRAMS = \ - path_test \ - thread_test \ - queue_test \ - ringbuffer_test \ - midi_ringbuffer_test \ - atomic_test \ - list_test \ - time_test \ - quantize_test \ - smf_test \ - table_test - -thread_test_LDADD = $(ALL_LIBS) -path_test_LDADD = $(ALL_LIBS) -queue_test_LDADD = $(ALL_LIBS) -ringbuffer_test_LDADD = $(ALL_LIBS) -midi_ringbuffer_test_LDADD = $(ALL_LIBS) -atomic_test_LDADD = $(ALL_LIBS) -list_test_LDADD = $(ALL_LIBS) -time_test_LDADD = $(ALL_LIBS) -quantize_test_LDADD = $(ALL_LIBS) -smf_test_LDADD = $(ALL_LIBS) -table_test_LDADD = $(ALL_LIBS) - -path_test_SOURCES = path_test.cpp -thread_test_SOURCES = thread_test.cpp -queue_test_SOURCES = queue_test.cpp -midi_ringbuffer_test_SOURCES = midi_ringbuffer_test.cpp -ringbuffer_test_SOURCES = ringbuffer_test.cpp -atomic_test_SOURCES = atomic_test.cpp -list_test_SOURCES = list_test.cpp -time_test_SOURCES = time_test.cpp -quantize_test_SOURCES = quantize_test.cpp -smf_test_SOURCES = smf_test.cpp -table_test_SOURCES = table_test.cpp - -endif -- cgit v1.2.1