Last change
on this file since 611 was
596,
checked in by Peter Johansson, 14 years ago
|
added testlib to share code between different tests
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.0 KB
|
Rev | Line | |
---|
[596] | 1 | // $Id: Suite.cc 596 2008-04-14 21:54:10Z peter $ |
---|
| 2 | |
---|
| 3 | /* |
---|
| 4 | Copyright (C) 2008 Peter Johansson |
---|
| 5 | |
---|
| 6 | This file is part of the yat library, http://trac.thep.lu.se/yat |
---|
| 7 | |
---|
| 8 | The yat library is free software; you can redistribute it and/or |
---|
| 9 | modify it under the terms of the GNU General Public License as |
---|
| 10 | published by the Free Software Foundation; either version 2 of the |
---|
| 11 | License, or (at your option) any later version. |
---|
| 12 | |
---|
| 13 | The yat library is distributed in the hope that it will be useful, |
---|
| 14 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
| 16 | General Public License for more details. |
---|
| 17 | |
---|
| 18 | You should have received a copy of the GNU General Public License |
---|
| 19 | along with this program; if not, write to the Free Software |
---|
| 20 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
---|
| 21 | 02111-1307, USA. |
---|
| 22 | */ |
---|
| 23 | |
---|
| 24 | #include "Suite.h" |
---|
| 25 | #include "environment.h" |
---|
| 26 | |
---|
| 27 | #include <string> |
---|
| 28 | |
---|
| 29 | namespace theplu { |
---|
| 30 | namespace svndigest { |
---|
| 31 | namespace test { |
---|
| 32 | |
---|
| 33 | std::string filename(const std::string& path) |
---|
| 34 | { |
---|
| 35 | return abs_srcdir()+"/"+path; |
---|
| 36 | } |
---|
| 37 | |
---|
| 38 | |
---|
| 39 | }}} |
---|
Note: See
TracBrowser
for help on using the repository browser.