source: trunk/test/environment.h.in @ 1249

Last change on this file since 1249 was 1249, checked in by Peter, 15 years ago

refs #217. Added function 'filename' that takes relative path and returns absolute path.

File size: 1.0 KB
Line 
1// @configure_input@
2#ifndef _theplu_yat_test_environment_
3#define _theplu_yat_test_environment_
4
5// $Id$
6
7/*
8  Copyright (C) 2008 Peter Johansson
9
10  This file is part of the yat library, http://trac.thep.lu.se/yat
11
12  The yat library is free software; you can redistribute it and/or
13  modify it under the terms of the GNU General Public License as
14  published by the Free Software Foundation; either version 2 of the
15  License, or (at your option) any later version.
16
17  The yat library is distributed in the hope that it will be useful,
18  but 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
23  along with this program; if not, write to the Free Software
24  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
25  02111-1307, USA.
26*/
27
28namespace theplu {
29namespace yat {
30namespace test {
31
32  inline std::string abs_srcdir(void) { return "@abs_srcdir@"; }
33
34}}}
35
36#endif
Note: See TracBrowser for help on using the repository browser.