This website requires JavaScript.
Explore
Help
Sign In
MetzNet
/
dfhack
Watch
3
Star
0
Fork
You've already forked dfhack
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4c2e7721e1
dfhack
/
test
/
test.lua
6 lines
104 B
Lua
Raw
Normal View
History
Unescape
Escape
enable some core tests
2023-08-03 23:38:49 -06:00
config.targets
=
'
core
'
Set dfhack.internal.IN_TEST flag when running tests
2020-12-15 19:24:38 -07:00
function
test
.
internal_in_test
(
)
expect.true_
(
dfhack.internal
.
IN_TEST
)
end