Some more tests (minor)
[gnash.git] / extensions / gnashrc
blob56e1ef9271cde8b89570f625890eaf3ea50625ec
1 # This file should be pointed to by a GNASHRC environment variable
2 # whenever an extensions test is run
4 # Do this by adding GNASHRC=$(srcdir)/../gnasrc prefix to your
5 # generic_testrunner.sh invokation inside Makefile.am
8 # Enable extensions for allowing testing them..
9 set EnableExtensions on
11 # Don't write to logfile
12 set writelog false
14 # Don't be verbose by default (-v will enable verbosity=1)
15 set verbosity 0
17 # Don't bother printing SWF errors during automated testing
18 set MalformedSWFVerbosity false
20 # Don't bother printing AS errors during automated testing
21 set ASCodingErrorsVerbosity false
23 # Enable sound (for testcases using it..)
24 set sound true
26 # Don't really play sound while testing (at least with gstreamer)
27 # In the future, we might want to use a 'testsink' here for checking:wq
28 # actual output
29 set GstAudioSink fakesink