File

tests/run_tests.bat @ 4790:8bf710b19f65

moduleapi: Add module:get_directory() to get module file's directory, and module:load_resource() to load a file relative to that directory
author Matthew Wild <mwild1@gmail.com>
date Sat, 28 Apr 2012 19:41:04 +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=