Skip to content

Commit 4661a39

Browse files
committed
chore(build): Tell Luarocks how to run tests
1 parent 35af04a commit 4661a39

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

fluent-dev-0.rockspec

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ description = {
1111
summary = "Lua implementation of Project Fluent",
1212
detailed = [[
1313
A Lua port of Project Fluent, a localization paradigm designed to unleash
14-
the entire expressive power of natural language translations.
15-
]],
14+
the entire expressive power of natural language translations.
15+
]],
1616
license = "MIT",
1717
homepage = "https://github.com/alerque/fluent-lua",
1818
issues_url = "https://github.com/alerque/fluent-lua/issues",
@@ -27,6 +27,14 @@ dependencies = {
2727
"penlight"
2828
}
2929

30+
test_dependencies = {
31+
"busted",
32+
}
33+
34+
test = {
35+
type = "busted",
36+
}
37+
3038
build = {
3139
type = "builtin",
3240
modules = {

0 commit comments

Comments
 (0)