2016-02-14 18:05:54 +00:00
|
|
|
require "spec"
|
|
|
|
require "../src/kilt"
|
2016-02-14 21:17:31 +00:00
|
|
|
|
2016-02-15 03:36:55 +00:00
|
|
|
module Raw
|
|
|
|
macro embed(filename, io)
|
|
|
|
{{ io.id }} << {{`cat #{filename}`.stringify}}
|
2016-02-14 18:05:54 +00:00
|
|
|
end
|
2016-02-15 03:36:55 +00:00
|
|
|
end
|