Introducing new make targets scheme: {dev,debug,release,debug_release}.{linux,stm32f{4}}[.{check,flash}].

This commit is contained in:
Ruben Ayrapetyan
2014-07-14 20:10:46 +04:00
parent d4b84f47a8
commit 7a2397f235
3 changed files with 317 additions and 162 deletions
+4 -1
View File
@@ -15,7 +15,10 @@
#!/bin/bash
DIR="$1"
UNITTESTS="${*:2}"
rm -f $DIR/unit_tests_run.log
UNITTESTS=$(ls $DIR)
for unit_test in $UNITTESTS;
do