view test/callback_suite/make-cstrings.lua @ 448:987a2af078c8

test/Makefile.generic fix (copy/paste error)
author Tassilo Philipp
date Thu, 27 Jan 2022 11:39:35 +0100
parents 3e629dc19168
children
line wrap: on
line source

require "config"
for line in io.lines() do
  io.write( '"' .. ccprefix .. line .. '",\n' )
end
io.flush()