| 690 | : VerifyApplication::Test(name,0,VerifyApplication::TEST_SHOULD_PASS) {} |
| 691 | |
| 692 | VerifyApplication::TestReturnValue run(VerifyApplication* state, bool silent) |
| 693 | { |
| 694 | RTCDevice device = rtcNewDevice("verbose=1"); |
| 695 | errorHandler(nullptr,rtcGetDeviceError(device)); |
| 696 | rtcReleaseDevice(device); |
| 697 | return VerifyApplication::PASSED; |
| 698 | } |
| 699 | }; |
| 700 | |
| 701 | struct EmbreeInternalTest : public VerifyApplication::Test |
nothing calls this directly
no test coverage detected