Home
last modified time | relevance | path

Searched refs:testDesc (Results 1 – 4 of 4) sorted by relevance

/cmsis-dsp-latest/Testing/
Dtestmain.cpp50 Client::FPGA io(testDesc,patterns); in testmain()
DREADME.md535 Client::FPGA io(testDesc,patterns);
538 testDesc and patterns are char* generated by the script processTests and containing the description
/cmsis-dsp-latest/Testing/FrameworkSource/
DFPGA.cpp57 FPGA::FPGA(const char *testDesc,const char *patterns) in FPGA() argument
59 this->m_testDesc=testDesc; in FPGA()
62 this->currentDesc=testDesc; in FPGA()
/cmsis-dsp-latest/Testing/FrameworkInclude/
DFPGA.h50 FPGA(const char *testDesc,const char *patterns);