File: lua5.1.dh-lua.conf

package info (click to toggle)
lua-busted 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 804 kB
  • sloc: sh: 198; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
PKG_NAME=busted

LUA_MODNAME=busted

LUA_SOURCES=busted.lua \
$(wildcard busted/*.lua) \
$(wildcard busted/languages/*.lua) \
$(wildcard busted/modules/*.lua) \
$(wildcard busted/modules/files/*.lua) \
$(wildcard busted/outputHandlers/*.lua)