]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blob - test/test_suite.rb
Update the makefile to build/install a gem.
[dead/whatever-dl.git] / test / test_suite.rb
1 #
2 # Copyright Michael Orlitzky
3 #
4 # http://michael.orlitzky.com/
5 #
6 # This program is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
10 #
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
15 #
16 # http://www.fsf.org/licensing/licenses/gpl.html
17 #
18
19 require 'bin/configuration'
20 require 'test/bliptv_test'
21 require 'test/dailymotion_test'
22 require 'test/efukt_test'
23 require 'test/fuckedtube_test'
24 require 'test/howcast_test'
25 require 'test/infoq_test'
26 require 'test/megaporn_test'
27 require 'test/motherless_test'
28 require 'test/redtube_test'
29 require 'test/tnaflix_test'
30 require 'test/uri_utilities_test'
31 require 'test/veoh_test'
32 require 'test/vimeo_test'
33 require 'test/website_test'
34 require 'test/yikers_test'
35 require 'test/youporn_test'
36 require 'test/youtube_test'
37
38 # Vendor tests
39 require 'vendor/ruby-progressbar/test'