xref: /haiku/src/tests/add-ons/print/ppd/test/Test.h (revision 0d452c8f34013b611a54c746a71c05e28796eae2)
1 /*
2  * Copyright 2008, Haiku.
3  * Distributed under the terms of the MIT license.
4  *
5  * Authors:
6  *		Michael Pfeiffer <laplace@users.sourceforge.net>
7  */
8 
9 #ifndef _TEST_H
10 #define _TEST_H
11 
12 extern const char* gPPDFile;
13 
14 #endif
15