mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-06 00:03:22 +00:00
* Add winml macro wrappers on top of google test macros * change test methods to disabled * Add custom winml macros for both taef and google tests * PR comments
10 lines
No EOL
183 B
C
10 lines
No EOL
183 B
C
using VoidTest = void (*)();
|
|
using SetupTest = VoidTest;
|
|
|
|
#ifdef BUILD_GOOGLE_TEST
|
|
#include "googleTestMacros.h"
|
|
#else
|
|
#ifdef BUILD_TAEF_TEST
|
|
#include "taefTestMacros.h"
|
|
#endif
|
|
#endif |