mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-26 18:31:29 +00:00
add popup_test target
This commit is contained in:
parent
c19bac3713
commit
a9e8c738f1
@ -90,6 +90,12 @@ compile_bin_code: build
|
||||
egrep -v -i "readme|\.gif|/test/|addimage.cgi|images.pm|bustagestats.cgi|initrc|Storable.pm" | \
|
||||
xargs -l perl -T -c
|
||||
|
||||
|
||||
popup_test: compile_bin_code
|
||||
rm -rf $(html_prefix)/popup
|
||||
mkdir -p $(html_prefix)/popup
|
||||
perl $(builddir)/test/popup.tst
|
||||
|
||||
gen_test: compile_bin_code
|
||||
rm -rf $(html_prefix)
|
||||
perl $(builddir)/test/genbuilds.tst
|
||||
|
Loading…
Reference in New Issue
Block a user