mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fixes check-content target.
This commit is contained in:
parent
fed4f951c1
commit
3a306a463b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ check-ref: reftest
|
|||
./reftest --source-dir=$(S)/src/test/html/ref --work-dir=src/test/html/ref $(TESTNAME)
|
||||
|
||||
check-content: contenttest
|
||||
./contenttest --source-dir=$(S)/src/test/content $(TESTNAME)
|
||||
./contenttest --source-dir=$(S)/src/test/html/content $(TESTNAME)
|
||||
|
||||
tidy:
|
||||
python $(S)src/etc/tidy.py $(S)src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue