X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=testing%2Fprintf_testcases.h;h=3f0d1dc392d8ea4718b1a6066df9476b6ddab4bc;hp=db418467b4f0cb091088fe484987ce0d583ae7c5;hb=2e74a0b7d074a6cbba5de67bd8a57147758a41e5;hpb=3e881b59bde88229e1f77395efe60be38a0e8d6d diff --git a/testing/printf_testcases.h b/testing/printf_testcases.h index db41846..3f0d1dc 100644 --- a/testing/printf_testcases.h +++ b/testing/printf_testcases.h @@ -126,6 +126,7 @@ #endif } +#ifndef TEST_CONVERSION_ONLY /****************************************************************************** * NOTE: The following test cases are imported from the Tyndur project. They * * are therefore under the license of said project, not CC0. * @@ -424,4 +425,6 @@ PRINTF_TEST(20, "1234ABCD ", "% -+0*.*X", 20, 5, 0x1234abcdu); PRINTF_TEST(20, "00EDCB5433 ", "% -+0*.*X", 20, 10, -0x1234abcdu); } -/******************************************************************************/ \ No newline at end of file +/******************************************************************************/ +#endif + \ No newline at end of file