[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] OPW 2013: Build System Gtest Addition

From: Gabriela Gibson <gabriela.gibson_at_gmail.com>
Date: Tue, 22 Jan 2013 11:15:30 +0000

Part of my 2013 OPW Project for Subversion is to add the Googletest
test suite to be compiled by the build system.

Googletests's pages can be found here:
    http://code.google.com/p/googletest/

There are 3 attachments: the patch, the log and a screen capture of the
build system output.

Known problems:

1. Currently there is no option provided to make compilation of Gtest
optional. The code in /trunk/build/ac-macros/gtest.m4 suggests that
there should be provision for this, but I could not get it to work.

2. Some headers are not found during the execution of autogen.sh --
this may be a Gtest internal issue:

WARNING: "gtest/internal/gtest-port.h" header not found, file
gtest/src/gtest-internal-inl.h
WARNING: "gtest/gtest.h" header not found, file
gtest/src/gtest-internal-inl.h
WARNING: "gtest/gtest-spi.h" header not found, file
gtest/src/gtest-internal-inl.h

Other issues:

1. I have not tested whether Gtest works correctly.

2. I have not tested whether svn works correctly.

Received on 2013-01-22 12:16:19 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.