You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This practice was determined to violate GSFC coding standards.
It is likely done this way such that the test can access "static" items in the source file. The preferred way is to simply declare the item in a header file so that unit test can access it more conventionally.
The text was updated successfully, but these errors were encountered:
The CF unit tests are using
#include
to wrap a .c file. For example:CF/unit-test/cf_crc_tests.c
Line 3 in ba10b0b
This practice was determined to violate GSFC coding standards.
It is likely done this way such that the test can access "static" items in the source file. The preferred way is to simply declare the item in a header file so that unit test can access it more conventionally.
The text was updated successfully, but these errors were encountered: