[BACK]Return to dbversion_test.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / lib / dns / tests

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mpl/bind/dist/lib/dns/tests/Attic/dbversion_test.c between version 1.1.1.6 and 1.1.1.7

version 1.1.1.6, 2021/02/19 16:37:15 version 1.1.1.7, 2021/04/29 16:46:31
Line 493  main(void) {
Line 493  main(void) {
 int  int
 main(void) {  main(void) {
         printf("1..0 # Skipped: cmocka not available\n");          printf("1..0 # Skipped: cmocka not available\n");
         return (0);          return (SKIPPED_TEST_EXIT_CODE);
 }  }
   
 #endif /* if HAVE_CMOCKA */  #endif /* if HAVE_CMOCKA */

Legend:
Removed from v.1.1.1.6  
changed lines
  Added in v.1.1.1.7

CVSweb <webmaster@jp.NetBSD.org>