File: runtest.bat

package info (click to toggle)
quantlib 1.41-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 41,480 kB
  • sloc: cpp: 400,885; makefile: 6,547; python: 214; sh: 150; lisp: 86
file content (3 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (5)
1
2
3
@echo off
if "%1" == "" ( echo Usage: runtest exename ) else (
  %1 --log_level=message --build_info=yes --result_code=no --report_level=short )