Allow to define "notest: all" to completely exclude some testcases from the nightly...
[bertos.git] / bertos / cpu / avr / hw / switch_avr.S
1 #include <cfg/cfg_arch.h>
2
3 #if !(ARCH & ARCH_NIGHTTEST)
4         #warning This file is deprecated, use switch_ctx_avr.S
5         #include "switch_ctx_avr.S"
6 #endif