ICU-491.11.3.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cposxtst.c
index 8aa453cab19ea6dd1c199fbeec58c8e136567d8d..e4643a7ecfc43d95520e477623f85d59e3582650 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-* Copyright (c) 2003-2008, International Business Machines
+* Copyright (c) 2003-2009, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
@@ -26,7 +26,9 @@ void addPosixTest(TestNode** root);
 
 void addPosixTest(TestNode** root)
 {
+#if !UCONFIG_NO_FILE_IO && !UCONFIG_NO_LEGACY_CONVERSION
     addTest(root, &TestMessageCatalog, "tsutil/cposxtst/TestMessageCatalog");
+#endif
 }
 
 /**********************************************************************/