On 2/5/17 6:20 pm, Sebastian Huber wrote: > + rtems_test_assert(__RTEMS_MAJOR__ == 4); > + rtems_test_assert(__RTEMS_MINOR__ == 11); > + rtems_test_assert(__RTEMS_REVISION__ == 99);
Please do not push this test like this, it breaks releases. The test will never pass on a release. If you want to add this test please extract the version details from the build system and pass into the compiler the values and compare them. Thanks. Chris _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel