mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-09 03:31:41 +00:00
6a2698f5ec
The goal is to enable testing of application specific files, e.g. for mkvpropedit.
10 lines
270 B
Ruby
10 lines
270 B
Ruby
#!/usr/bin/env ruby
|
|
|
|
$build_unit_tests = true
|
|
|
|
import ['..', '../..', '../../..'].collect { |subdir| FileList[File.dirname(__FILE__) + "/#{subdir}/build-config.in"].to_a }.flatten.compact.first.gsub(/build-config.in/, 'Rakefile')
|
|
|
|
# Local Variables:
|
|
# mode: ruby
|
|
# End:
|