Sha256: 33d598a1bd6114062b41b933d868c6b774cf27ed238c82cd707dd83a082f2592

Contents?: true

Size: 272 Bytes

Versions: 18

Compression:

Stored size: 272 Bytes

Contents

#!/usr/bin/env ruby

$VERBOSE = true

base_dir = File.expand_path(File.join(File.dirname(__FILE__), ".."))
lib_dir = File.join(base_dir, "lib")
test_dir = File.join(base_dir, "test")

require 'test-unit'

$LOAD_PATH.unshift(lib_dir)

exit Test::Unit::AutoRunner.run(true)

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
pkg-config-1.6.0 test/run.rb
pkg-config-1.5.9 test/run-test.rb
pkg-config-1.5.8 test/run-test.rb
pkg-config-1.5.7 test/run-test.rb
pkg-config-1.5.6 test/run-test.rb
pkg-config-1.5.5 test/run-test.rb
pkg-config-1.5.4 test/run-test.rb
pkg-config-1.5.3 test/run-test.rb
pkg-config-1.5.2 test/run-test.rb
pkg-config-1.5.1 test/run-test.rb
pkg-config-1.5.0 test/run-test.rb
pkg-config-1.4.9 test/run-test.rb
pkg-config-1.4.8 test/run-test.rb
pkg-config-1.4.7 test/run-test.rb
pkg-config-1.4.6 test/run-test.rb
pkg-config-1.4.5 test/run-test.rb
pkg-config-1.4.4 test/run-test.rb
pkg-config-1.4.3 test/run-test.rb