MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / TEST

Function TEST

test/nodevice.cpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#include <testHelpers.hpp>
16
17TEST(NoDevice, Info) { ASSERT_SUCCESS(af_info()); }
18
19TEST(NoDevice, InfoCxx) { af::info(); }
20

Callers

nothing calls this directly

Calls 12

infoFunction · 0.85
af_get_size_ofFunction · 0.85
getSizeOfFunction · 0.85
getBackendCountFunction · 0.85
af_get_versionFunction · 0.85
af_get_revisionFunction · 0.85
af_infoFunction · 0.50
af_info_stringFunction · 0.50
af_free_hostFunction · 0.50
af_get_device_countFunction · 0.50
getDeviceCountFunction · 0.50
af_get_backend_countFunction · 0.50

Tested by

no test coverage detected