mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 04:26:58 +03:00
added testing to cnnflowcontroll::ZeigerEval/ZeigerEvalHybrid
This commit is contained in:
16
code/test/test_suite_flowcontroll.cpp
Normal file
16
code/test/test_suite_flowcontroll.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include <unity.h>
|
||||
#include "components/jomjol-flowcontroll/test_cnnflowcontroll.cpp"
|
||||
|
||||
/**
|
||||
* @brief startup the test. Like a test-suite
|
||||
* all test methods must be called here
|
||||
*/
|
||||
extern "C" void app_main()
|
||||
{
|
||||
UNITY_BEGIN();
|
||||
|
||||
RUN_TEST(test_ZeigerEval);
|
||||
RUN_TEST(test_ZeigerEvalHybrid);
|
||||
|
||||
UNITY_END();
|
||||
}
|
||||
Reference in New Issue
Block a user