X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fregression%2Ffwk%2Finclude%2Ftestfwk.h;h=41689935db2750916b186826a3ca35097c14150c;hb=6d6c41d9b29342a7c3c3b5250157fbcfc0bc4aa5;hp=467e20559cf445bc114f0e3b81b6867f6b5562bd;hpb=01abc846e1db3c62fd8392d02ab644b4252a9723;p=fw%2Fsdcc diff --git a/support/regression/fwk/include/testfwk.h b/support/regression/fwk/include/testfwk.h index 467e2055..41689935 100644 --- a/support/regression/fwk/include/testfwk.h +++ b/support/regression/fwk/include/testfwk.h @@ -12,10 +12,13 @@ void __printf(const char *szFormat, ...); #endif #if defined(PORT_HOST) || defined(SDCC_z80) || defined(SDCC_gbz80) +# define data # define idata # define pdata # define xdata # define code +# define near +# define far # define at(x) #endif @@ -43,4 +46,4 @@ void __runSuite(void); #define UNUSED(_a) if (_a) { } -#endif +#endif //__TESTFWK_H