[Xcb-commit] xcb/src Makefile.am, 1.24, 1.25 check_all.c, 1.1, NONE check_public.c, 1.1, NONE check_suites.h, 1.1, NONE

Jamey Sharp xcb-commit at lists.freedesktop.org
Thu Sep 29 22:39:02 PDT 2005


Update of /cvs/xcb/xcb/src
In directory gabe:/tmp/cvs-serv18037/src

Modified Files:
	Makefile.am 
Removed Files:
	check_all.c check_public.c check_suites.h 
Log Message:
2005-09-30  Trevor Woerner <twoerner.x at gmail.com>

	reviewer: Jamey Sharp <jamey at minilop.net>

	* Makefile.am, configure.ac, src/Makefile.am, tests/Makefile.am,
	  src/check_all.c, src/check_public.c, src/check_suites.h:
	Created a new directory called "tests" where the unit tests
	will reside, separate from other files. Moved the unit
	test files from the "src" directory into the new "tests"
	directory.

	* configure.ac, tests/CheckLog.xsl, tests/.cvsignore,
	  tests/Makefile.am, tests/check_all.c:
	Added an XSLT transform to post-process the XML log file which
	is generated by the unit test suite into an HTML page. Added
	the necessary hooks into the build system to have this
	translation occur when necessary as part of the build process.


--- check_suites.h DELETED ---

Index: Makefile.am
===================================================================
RCS file: /cvs/xcb/xcb/src/Makefile.am,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Makefile.am	29 Sep 2005 19:16:29 -0000	1.24
+++ Makefile.am	30 Sep 2005 05:39:00 -0000	1.25
@@ -40,14 +40,6 @@
 
 xcbinclude_HEADERS = xcb.h xcbext.h xcbint.h $(COREHEADERS) $(EXTHEADERS)
 
-if HAVE_CHECK
-TESTS = check_all
-noinst_PROGRAMS = check_all
-check_all_SOURCES = check_all.c check_suites.h check_public.c
-check_all_CFLAGS = $(XPROTO_CFLAGS) @CHECK_CFLAGS@
-check_all_LDADD = -lXCB @CHECK_LIBS@
-endif
-
 CFLAGS =
 AM_CFLAGS = -include config.h $(CDEBUGFLAGS) $(XCBPROTO_CFLAGS) $(XPROTO_CFLAGS) $(XAU_CFLAGS)
 libXCB_la_LIBADD = $(XCBPROTO_LIBS) $(XPROTO_LIBS) $(XAU_LIBS)

--- check_all.c DELETED ---

--- check_public.c DELETED ---



More information about the xcb-commit mailing list