summaryrefslogtreecommitdiffstats
path: root/utils/hwstub/tools/lua/load.lua
blob: 2875b74f1a95ce209643cfcaca2aae18d85f5d07 (plain)
1
2
3
4
5
6
7
package.path = string.sub(string.gsub(debug.getinfo(1).source, "load.lua", "?.lua"),2) .. ";" .. package.path

if hwstub.dev.target.id == hwstub.dev.target.STMP then
    require "stmp"
end

require "dumper"