Removed the thread test so make distcheck works.
authorWim Taymans <wim.taymans@gmail.com>
Thu, 31 May 2001 19:52:09 +0000 (19:52 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 31 May 2001 19:52:09 +0000 (19:52 +0000)
Original commit message from CVS:
Removed the thread test so make distcheck works.

tests/old/testsuite/refcounting/Makefile.am
testsuite/refcounting/Makefile.am

index 5ea2c28..d8396f0 100644 (file)
@@ -1,16 +1,17 @@
-testprogs = object element pad element_pad bin thread
+testprogs = object element pad element_pad bin 
 
 object_SOURCES = object.c mem.c
 element_SOURCES = element.c mem.c
 pad_SOURCES = pad.c mem.c
 element_pad_SOURCES = element_pad.c mem.c
 bin_SOURCES = bin.c mem.c
-thread_SOURCES = thread.c mem.c
 
 TESTS = $(testprogs)
 
 check_PROGRAMS = $(testprogs)
 
+EXTRA_DIST = thread.c
+
 noinst_HEADERS = mem.h
 
 # we have nothing but apps here, we can do this safely
index 5ea2c28..d8396f0 100644 (file)
@@ -1,16 +1,17 @@
-testprogs = object element pad element_pad bin thread
+testprogs = object element pad element_pad bin 
 
 object_SOURCES = object.c mem.c
 element_SOURCES = element.c mem.c
 pad_SOURCES = pad.c mem.c
 element_pad_SOURCES = element_pad.c mem.c
 bin_SOURCES = bin.c mem.c
-thread_SOURCES = thread.c mem.c
 
 TESTS = $(testprogs)
 
 check_PROGRAMS = $(testprogs)
 
+EXTRA_DIST = thread.c
+
 noinst_HEADERS = mem.h
 
 # we have nothing but apps here, we can do this safely