File: TestSettings.m

package info (click to toggle)
popplerkit.framework 0.0.20051227svn-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,548 kB
  • sloc: objc: 2,303; cpp: 669; sh: 465; ansic: 55; makefile: 27
file content (14 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#import "TestSettings.h"

#ifdef GNUSTEP
NSString* kTestDocument = @"testdocument.pdf";
NSString* kTestRenderDirectory = @"rendered";
#else
NSString* kTestDocument = @"../../tests/testdocument.pdf";
NSString* kTestRenderDirectory = @"../../tests/rendered";
#endif

NSString* kNonExistentDocument = @"/nowhere/foo.pdf";
unsigned  kTestDocumentPageCount = 6;