Skip to content

Commit

Permalink
Removes extension test case
Browse files Browse the repository at this point in the history
doe300 committed Dec 19, 2020
1 parent a00572f commit 842d444
Showing 4 changed files with 0 additions and 154 deletions.
111 changes: 0 additions & 111 deletions test/TestExtension.cpp

This file was deleted.

39 changes: 0 additions & 39 deletions test/TestExtension.h

This file was deleted.

1 change: 0 additions & 1 deletion test/sources.list
Original file line number Diff line number Diff line change
@@ -8,7 +8,6 @@ target_sources(TestVC4CL
TestDevice.cpp
TestEvent.cpp
TestExecutions.cpp
TestExtension.cpp
TestImage.cpp
TestKernel.cpp
TestPlatform.cpp
3 changes: 0 additions & 3 deletions test/test.cpp
Original file line number Diff line number Diff line change
@@ -15,7 +15,6 @@
#include "TestDevice.h"
#include "TestEvent.h"
#include "TestExecutions.h"
#include "TestExtension.h"
#include "TestImage.h"
#include "TestKernel.h"
#include "TestPlatform.h"
@@ -62,8 +61,6 @@ int main(int argc, char** argv)
Test::registerSuite(Test::newInstance<TestEvent>, "events", "Test creating, querying and scheduling events");

#if HAS_COMPILER
Test::registerSuite([&output]() -> Test::Suite* { return new TestExtension(&output); }, "extensions",
"Tests supported OpenCL extensions");
Test::registerSuite(
Test::newInstance<TestExecutions>, "executions", "Tests the executions and results of a few selected kernels");
#endif

0 comments on commit 842d444

Please sign in to comment.