view tests/run_tests.bat @ 2062:699686c8d016

util.windows: Initial commit. Adds support for querying the windows DNS API for nameservers.
author Waqas Hussain <waqas20@gmail.com>
date Sat, 31 Oct 2009 04:58:23 +0500
parents 28d6515f5b7b
children
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=