Skip to content

Commit

Permalink
Removed spaces. Commit to prevent already-tested CI HDL tests from tr…
Browse files Browse the repository at this point in the history
…iggering.

CI: skip=HDL Tests; skip=Demo Tests; skip=Hardware Streaming Tests
Signed-off-by: Pagadarai <Srikanth.Pagadarai@analog.com>
  • Loading branch information
SrikanthPagadarai committed Mar 22, 2024
1 parent 5c15b7a commit e59b9e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/NonHWTest.m
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
classdef NonHWTest < matlab.unittest.TestCase

properties(TestParameter)
rootClasses = getClasses();
end

methods (Test)

function call_constructors(testCase,rootClasses)
sdr = eval(['adi.',rootClasses,'()']);
testCase.assertEqual(class(sdr),['adi.',rootClasses]);
end

end


end

0 comments on commit e59b9e7

Please sign in to comment.