You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.
yurydelendik edited this page Nov 26, 2012
·
23 revisions
Configuring the browsers
First step is configuring the supported browsers. Create the "test/resources/browser_manifest/browser_manifest.json" file. The samples of the file can be found in the "test/resources/browser_manifest" folder.
Running amv1/avm2 tests
The following command runs tests for the AVM1 and AVM2:
make test
Running the reference tests
The tests that are known to pass are listed in the "test/test_manifest.json" file. The following command runs these tests:
make reftest
Make new reference images
To create new references images run the make makeref command.