~ubuntu-branches/ubuntu/trusty/psychtoolbox-3/trusty-proposed

« back to all changes in this revision

Viewing changes to Psychtoolbox/PsychTests/UnitTestRunAll.m

  • Committer: Package Import Robot
  • Author(s): Yaroslav Halchenko
  • Date: 2013-11-19 23:34:50 UTC
  • mfrom: (3.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20131119233450-f7nf92vb8qavjmk8
Tags: 3.0.11.20131017.dfsg1-3
Upload to unsable since fresh glew has arrived to sid!

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
% delete contents file as its not executable
11
11
qContents = strcmp('Contents',{utests.fname});
12
12
utests(qContents) = [];
 
13
ntests = ntests-sum(qContents);
13
14
 
14
 
if ntests==0
 
15
if ntests<1
15
16
    error('No Unit Tests found');
16
17
end
17
18
 
45
46
if nfailed>0
46
47
    fprintf('Tests failed:\n');
47
48
    fprintf('  %s\n',failed.fname);
48
 
end
 
 
b'\\ No newline at end of file'
 
49
end