Difference between revisions of "Test Suite"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 5: Line 5:
  
 
=== autotools test suite ===
 
=== autotools test suite ===
Currently you can run the following command to run the vlc tests
+
Currently you can run the following command to run the vlc tests[http://www.arizona-breast-cancer-specialists.com/brachytherapy/all-about-what-is-brachytherapy.html    Brachytherapy]
 
  $ make check
 
  $ make check
  

Revision as of 07:53, 18 October 2010

Intro

We need a better test suite

What exists

autotools test suite

Currently you can run the following command to run the vlc testsBrachytherapy

$ make check

/tests

To run these tests just use the driver shell script in that directory:

$ ./test.sh

There are more tests in /modules/misc/tests. -- How to run them? Pdherbemont 10:37, 27 February 2008 (CET)

Goals

  • Core tests: Make sure the regular operation from VLC's core don't crash.
  • API tests: Make sure the regular operation from VLC's core don't crash.
  • General stability tests: Run some every day operation and see if it crashes.
  • Codec/muxer/modules test: Perform tests on modules to see if they actually works, that means see if their output is what there are ought to be
  • Interface tests: Run some every day gui operation and see if it crashes.