Open homebeaver opened 8 years ago
@see https://lua64bit.wordpress.com/2016/07/10/make-mit-visual-studio-2015/comment-page-1/#comment-4
there are no tests to verify a successful build. The one and only is defined inside the Makefile:
test: dummy src/lua -v
test: dummy
src/lua -v
I found some tests in luaj-3.0.1
@see https://lua64bit.wordpress.com/2016/07/10/make-mit-visual-studio-2015/comment-page-1/#comment-4
there are no tests to verify a successful build. The one and only is defined inside the Makefile:
test: dummy
src/lua -v