metasploit-framework/lib/metasm/tests/all.rb

9 lines
226 B
Ruby
Raw Normal View History

2014-02-19 19:13:08 +00:00
# This file is part of Metasm, the Ruby assembly manipulation suite
# Copyright (C) 2006-2009 Yoann GUILLOT
#
# Licence is LGPL, see LICENCE in the top-level directory
Dir['tests/*.rb'].sort.each { |f| require f }