inc = $:.map { |d| "-I#{d}" }.join(' ')
system("rm -f tokyocabinet.so")
system("#{ENV['RUBY_TEST_BIN']} #{inc} test.rb") or raise
