Skip to content

Commit

Permalink
maint: Removed testing of non-existing directory src
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel-Dahne committed Sep 10, 2017
1 parent ae4d567 commit 6f620b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -60,7 +60,7 @@ doctest:
$(OCTAVE) --no-gui --silent --path "inst/" \
--eval 'pkg load doctest;' \
--eval 'pkg load interval;' \
--eval "targets = '$(shell (ls inst; ls src | $(GREP) .oct) | $(CUT) -f2 -d@ | $(CUT) -f1 -d.)';" \
--eval "targets = '$(shell (ls inst) | $(CUT) -f2 -d@ | $(CUT) -f1 -d.)';" \
--eval "targets = strsplit (targets, ' '); doctest (targets);"


Expand Down

0 comments on commit 6f620b5

Please sign in to comment.