]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/iotest/iotest.h
514575e0dc37d602c6677791fab1c672b2c18165
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 **********************************************************************
5 * Copyright (C) 2004-2008, International Business Machines
6 * Corporation and others. All Rights Reserved.
7 **********************************************************************
10 * tab size: 8 (not used)
13 * created on: 2004apr06
14 * created by: George Rhoten
20 #include "unicode/utypes.h"
21 #include "unicode/ctest.h"
24 addStringTest(TestNode
** root
);
27 addFileTest(TestNode
** root
);
30 addTranslitTest(TestNode
** root
);
33 addStreamTests(TestNode
** root
);
36 extern const UChar NEW_LINE
[];
37 extern const char C_NEW_LINE
[];
38 extern const char *STANDARD_TEST_FILE
;
41 #define STANDARD_TEST_NUM_RANGE 1000