6 lines
74 B
Batchfile
6 lines
74 B
Batchfile
@echo off
|
|
pushd build
|
|
@rem call program.exe
|
|
call algorithms_test.exe
|
|
popd
|