Skip to content

Commit

Permalink
Fix make clean for missed test output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcdougall committed Apr 9, 2015
1 parent c3d5a91 commit a10ca66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ clean-local:
rm -rf $(top_builddir)/test/outputData
rm -rf $(top_builddir)/test/test_output_gaussian_likelihoods
rm -rf $(top_builddir)/test/test_gpmsa_cobra_output
rm -rf $(top_builddir)/test/test_adaptedcov_output

if CODE_COVERAGE_ENABLED
CLEANFILES += *.gcda *.gcno
Expand Down

0 comments on commit a10ca66

Please sign in to comment.