Skip to content

Commit

Permalink
[backend] fixed test_unit to use backend dir in perl search path
Browse files Browse the repository at this point in the history
This is needed for the tests to use the same XML::Structured module like our backend code
  • Loading branch information
M0ses committed May 3, 2016
1 parent 0520dd3 commit dedcdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/Makefile
Expand Up @@ -30,7 +30,7 @@ install_data_dirs: prepare_dirs

test_unit: bs_config clean_cover
rm -rf t/tmp/*
PERL5OPT=-MDevel::Cover LANG=C prove -Ibuild -v t/*.t
PERL5OPT=-MDevel::Cover LANG=C prove -Ibuild -I. -v t/*.t

cover: test_unit
cover -ignore_re '^((build|XML|t)/|/usr/bin/prove$$)' -outputdir /srv/www/htdocs
Expand Down

0 comments on commit dedcdfa

Please sign in to comment.