summaryrefslogtreecommitdiff
path: root/ldmicro/reg/run-tests.pl
diff options
context:
space:
mode:
authorakshay-c2019-10-03 11:40:35 +0530
committerakshay-c2019-10-03 11:40:35 +0530
commit4311c4d37e79ff2ba5faf00e0f162e46775bc325 (patch)
tree4561f814fe2cb5556c8eff1704b77628ed3e4a2e /ldmicro/reg/run-tests.pl
parentd318aec6d8c31e890153c61d0d88a146c648db53 (diff)
downloadLDmicroQt-4311c4d37e79ff2ba5faf00e0f162e46775bc325.tar.gz
LDmicroQt-4311c4d37e79ff2ba5faf00e0f162e46775bc325.tar.bz2
LDmicroQt-4311c4d37e79ff2ba5faf00e0f162e46775bc325.zip
launcher name renamed to small case to avoid confusion
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++;
}