4coder/run_regression_tests.bat

12 lines
220 B
Batchfile
Raw Normal View History

@echo off
pushd ..\4coder-non-source\test_data
set run_path=%cd%\sample_files
set data_path=%cd%\input_data
popd
pushd ..\build
set build=%cd%
popd
pushd %run_path%
2018-05-07 02:47:22 +00:00
%build%\4ed -T %data_path%\test_load_rome_txt.4id
popd