diff options
Diffstat (limited to 'ldmicro/reg/run-tests.pl')
-rw-r--r-- | ldmicro/reg/run-tests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldmicro/reg/run-tests.pl b/ldmicro/reg/run-tests.pl index 91e81b8..94d5ed0 100644 --- a/ldmicro/reg/run-tests.pl +++ b/ldmicro/reg/run-tests.pl @@ -12,7 +12,7 @@ for $test (<tests/*.ld>) { unlink $output; - $cmd = "../ldmicro.exe /c $test $output"; + $cmd = "../build/LDMicro /c $test $output"; system $cmd; $c++; } |