cmake/Tests/RunCMake/UnityBuild/per_config_c_other.c

10 lines
188 B
C
Raw Normal View History

2022-03-29 21:10:50 +02:00
#ifdef CFG_DEBUG
# error "per_config_c_other built with CFG_DEBUG"
#endif
#ifndef CFG_OTHER
# error "per_config_c_other built without CFG_OTHER"
#endif
void per_config_c_other(void)
{
}