nix2lua/Makefile
Dmitriy Pleshevskiy eea936e1c5
add concat and concatLists
- rename mkLuaRaw to raw
- rename mkCall to call
- rename mkNamedField to namedField
2024-04-17 11:20:56 +03:00

6 lines
90 B
Makefile

# Run all tests
test:
nix eval --impure --expr 'import ./lib.test.nix {}' $(TEST_ARGS)