source: trunk/test/Suite.h @ 693

Last change on this file since 693 was 693, checked in by Jari Häkkinen, 15 years ago

Fixes #339. Change to GPLv3.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.0 KB
Line 
1#ifndef _theplu_svndigest_test_suite_
2#define _theplu_svndigest_test_suite_
3
4// $Id: Suite.h 693 2008-09-11 20:42:56Z jari $
5
6/*
7  Copyright (C) 2008 Peter Johansson
8
9  This file is part of svndigest, http://dev.thep.lu.se/svndigest
10
11  svndigest is free software; you can redistribute it and/or modify it
12  under the terms of the GNU General Public License as published by
13  the Free Software Foundation; either version 3 of the License, or
14  (at your option) any later version.
15
16  svndigest distributed in the hope that it will be useful, but
17  WITHOUT ANY WARRANTY; without even the implied warranty of
18  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19  General Public License for more details.
20
21  You should have received a copy of the GNU General Public License
22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
23*/
24
25#include "environment.h"
26
27#include <string>
28
29namespace theplu {
30namespace svndigest {
31namespace test {
32
33  /**
34     \return absolute path to file
35     \param local_path path relative to srcdir
36   */
37  std::string filename(const std::string& local_path);
38
39}}}
40
41#endif
Note: See TracBrowser for help on using the repository browser.