Skip to content

Commit

Permalink
Add function tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rweinsteMW committed Nov 20, 2023
1 parent ec79b34 commit ac45953
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions SoftwareTests/FunctionTests.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
classdef FunctionTests < matlab.unittest.TestCase

methods(Test)

end % methods

end % classdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info>
<Category UUID="FileClassCategory">
<Label UUID="test"/>
</Category>
</Info>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info location="FunctionTests.m" type="File"/>

0 comments on commit ac45953

Please sign in to comment.