Skip to content

Commit

Permalink
debugging online action which are frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
arnodelorme committed Jul 22, 2024
1 parent 332d1d6 commit ddb6212
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ git submodule update --init --recursive --remote
git pull --recurse-submodules
```

## Running test locally

Open the EEGLAB_test.prj project, then copy and paste the following code.

```matlab
proj = currentProject;
suite = testsuite(proj.RootFolder,IncludingReferencedProjects=true);
results = run(suite)
```

## MATLAB Projects

MATLAB Projects is a project management tool inside MATLAB for managing MATLAB or Simulink Projects. For more information: <https://www.mathworks.com/solutions/projects.html> and <https://www.mathworks.com/help/matlab/projects.html>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info>
<Category UUID="FileClassCategory">
<Label UUID="test" />
</Category>
</Info>
<Info/>
2 changes: 1 addition & 1 deletion unittesting_studyfunc/teststudy/N400empty.study
Git LFS file not shown

0 comments on commit ddb6212

Please sign in to comment.