diff options
author | akshay-c | 2019-10-03 11:40:35 +0530 |
---|---|---|
committer | akshay-c | 2019-10-03 11:40:35 +0530 |
commit | 4311c4d37e79ff2ba5faf00e0f162e46775bc325 (patch) | |
tree | 4561f814fe2cb5556c8eff1704b77628ed3e4a2e /ldmicro/reg/run-tests.pl | |
parent | d318aec6d8c31e890153c61d0d88a146c648db53 (diff) | |
download | LDmicroQt-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.pl | 2 |
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++; } |