File

tests/run_tests.bat @ 4651:d1739d72100a

moduleapi: Have modules internally store a reference to shared tables they use, to ensure they don't get collected while any module that had access to that table is still loaded (thanks Zash)
author Matthew Wild <mwild1@gmail.com>
date Sat, 21 Apr 2012 22:52:15 +0100
parent 809:28d6515f5b7b
line wrap: on
line source

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=