classdef test_version < matlab.unittest.TestCase
%TEST_VERSION Minimal public package smoke test.
function % copp.version is the cheapest way to check that the MATLAB
% package can load the MEX gateway and call the native library.
value = copp.;
testCase.;
testCase.;
end
end