Introducing new make targets scheme: {dev,debug,release,debug_release}.{linux,stm32f{4}}[.{check,flash}].
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user