diff options
author | Don Brady <[email protected]> | 2018-02-08 09:31:15 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-02-08 15:29:38 -0800 |
commit | fc5d4b6737b810be88d60ca5fa9de7e2fba4e26d (patch) | |
tree | 6772520c8a4902507678dcc731bf820e57cabc48 /lib/libzpool | |
parent | ee00bfb2e6d50b75b045a37eae5b85a048a05aa7 (diff) |
Increase code coverage for Lua libraries
Add test coverage for lua libraries
Remove dead code in Lua implementation
Signed-off-by: Don Brady <[email protected]>
Diffstat (limited to 'lib/libzpool')
-rw-r--r-- | lib/libzpool/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libzpool/Makefile.am b/lib/libzpool/Makefile.am index 4ea7961f9..4edc60cb0 100644 --- a/lib/libzpool/Makefile.am +++ b/lib/libzpool/Makefile.am @@ -149,14 +149,12 @@ LUA_C = \ lapi.c \ lauxlib.c \ lbaselib.c \ - lbitlib.c \ lcode.c \ lcompat.c \ lcorolib.c \ lctype.c \ ldebug.c \ ldo.c \ - ldump.c \ lfunc.c \ lgc.c \ llex.c \ @@ -170,7 +168,6 @@ LUA_C = \ ltable.c \ ltablib.c \ ltm.c \ - lundump.c \ lvm.c \ lzio.c |