X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=testing%2Fprintf_testcases.h;h=3f0d1dc392d8ea4718b1a6066df9476b6ddab4bc;hb=9f7ad86a65f59665c426abd75aaec8200a201f9f;hp=db418467b4f0cb091088fe484987ce0d583ae7c5;hpb=0422440da13083f33eb52b5a60c2b044cf59dcba;p=pdclib 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