mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 23:43:34 +00:00
adding pipeline unit tests
This commit is contained in:
@@ -7,6 +7,7 @@ extern void TestBackend();
|
||||
extern void TestDevice();
|
||||
extern void TestBuffer();
|
||||
extern void TestImage();
|
||||
extern void TestPipeline();
|
||||
|
||||
int main(void)
|
||||
{
|
||||
@@ -15,5 +16,6 @@ int main(void)
|
||||
TestDevice();
|
||||
TestBuffer();
|
||||
TestImage();
|
||||
TestPipeline();
|
||||
return UNITY_END();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user