zack liang commented on a discussion on testsuites/sptests/sptod/main.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/339#note_120766

 > +  rtems_test_assert( new_tod.ticks == the_tod->ticks ); 
 > +}
 > +
 > +/*
 > + *  main entry point to the test
 > + */
 > +
 > +#if defined(__rtems__)
 > +int test_main(void);
 > +
 > +int test_main(void)
 > +#else
 > +int main(
 > +  int    argc,
 > +  char **argv
 > +)

used a traditional task init

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/339#note_120766
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to