~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

Makefile change was a  Bad Idea.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
define JS_LP_PATHS
29
29
lib -path 'lib/lp/*/javascript/*' \
30
 
! -path '*/tests/*' \
 
30
! -path '*/tests/*' ! -path '*/testing/*' \
31
31
! -path 'lib/lp/services/*'
32
32
endef
33
33