source: mainline/kernel/test/print/print5.def

Last change on this file was d16fc78, checked in by Martin Decky <martin@…>, 15 years ago
  • verify the correctness of printf()'s and friends' attributes in compile time (use NVERIFY_PRINTF define to suppress the checks)
  • separate non-C99 compliant printf() checks to a standalone 'print5' test and u

se NVERIFY_PRINTF for it

  • improve 'print2' test (use portable constant macros and explicit types)
  • Property mode set to 100644
File size: 62 bytes
Line 
1{
2 "print5",
3 "Extended printf test",
4 &test_print5,
5 true
6},
Note: See TracBrowser for help on using the repository browser.