mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
test/formatc: improve standalone usage
Easier testing.
This commit is contained in:
parent
10479fd233
commit
ad4c1e1954
@ -218,6 +218,8 @@ local function standalone(...)
|
||||
require "moonscript"
|
||||
Preprocess = require("preprocess")
|
||||
Preprocess.add_to_include_path('./../../src')
|
||||
Preprocess.add_to_include_path('./../../build/include')
|
||||
Preprocess.add_to_include_path('./../../.deps/usr/include')
|
||||
|
||||
input = Preprocess.preprocess_stream(arg[1])
|
||||
local raw = input:read('*all')
|
||||
|
Loading…
Reference in New Issue
Block a user