Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

make test #375

Closed
atasoglou opened this issue Dec 5, 2017 · 2 comments
Closed

make test #375

atasoglou opened this issue Dec 5, 2017 · 2 comments
Labels

Comments

@atasoglou
Copy link

addpath(pwd);cd test;try,UnitTest('ContribModules',,'Verbosity',2);catch e,disp(e.getReport);end;exit;

Is this correct: UnitTest('ContribModules',,'Verbosity',2)?

@amroamroamro
Copy link
Collaborator

amroamroamro commented Dec 5, 2017

You're right, it should be replaced by either true or false depending on whether WITH_CONTRIB was defined:

# there are two use cases:
$ make test
$ make WITH_CONTRIB=true test

I'll include a fix in the next update. In the mean time, you can always directly call UnitTest inside MATLAB with the correct parameters.

amroamroamro added a commit that referenced this issue Dec 8, 2017
@amroamroamro
Copy link
Collaborator

fixed in latest version (3.3.1)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants