summaryrefslogtreecommitdiff
path: root/ldmicro/reg/run-tests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ldmicro/reg/run-tests.pl')
-rw-r--r--ldmicro/reg/run-tests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldmicro/reg/run-tests.pl b/ldmicro/reg/run-tests.pl
index 94d5ed0..e5a69c8 100644
--- a/ldmicro/reg/run-tests.pl
+++ b/ldmicro/reg/run-tests.pl
@@ -12,7 +12,7 @@ for $test (<tests/*.ld>) {
unlink $output;
- $cmd = "../build/LDMicro /c $test $output";
+ $cmd = "../build/ldmicro /c $test $output";
system $cmd;
$c++;
}