Last change
on this file since 848 was
847,
checked in by Peter Johansson, 13 years ago
|
updating copyrights
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Rev | Line | |
---|
[596] | 1 | // @configure_input@ |
---|
| 2 | #ifndef _theplu_svndigest_test_environment_ |
---|
| 3 | #define _theplu_svndigest_test_environment_ |
---|
| 4 | |
---|
| 5 | // $Id: environment.h.in 847 2009-11-17 01:38:52Z peter $ |
---|
| 6 | |
---|
| 7 | /* |
---|
[847] | 8 | Copyright (C) 2008 Jari Häkkinen, Peter Johansson |
---|
[596] | 9 | |
---|
[687] | 10 | This file is part of svndigest, http://dev.thep.lu.se/svndigest |
---|
[596] | 11 | |
---|
| 12 | svndigest is free software; you can redistribute it and/or modify it |
---|
| 13 | under the terms of the GNU General Public License as published by |
---|
[693] | 14 | the Free Software Foundation; either version 3 of the License, or |
---|
[596] | 15 | (at your option) any later version. |
---|
| 16 | |
---|
| 17 | svndigest is distributed in the hope that it will be useful, but |
---|
| 18 | WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 19 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
| 20 | General Public License for more details. |
---|
| 21 | |
---|
| 22 | You should have received a copy of the GNU General Public License |
---|
[693] | 23 | along with svndigest. If not, see <http://www.gnu.org/licenses/>. |
---|
[596] | 24 | */ |
---|
| 25 | |
---|
| 26 | #include <string> |
---|
| 27 | |
---|
| 28 | namespace theplu { |
---|
| 29 | namespace svndigest { |
---|
| 30 | namespace test { |
---|
| 31 | |
---|
| 32 | inline std::string abs_srcdir(void) { return "@abs_srcdir@"; } |
---|
[737] | 33 | inline std::string abs_builddir(void) { return "@abs_builddir@"; } |
---|
[596] | 34 | |
---|
| 35 | }}} |
---|
| 36 | |
---|
| 37 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.