mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 18:45:55 +00:00
Run Travis CI unit tests using arguments from config
This commit is contained in:
committed by
Scott Schurr
parent
96ece1b9f0
commit
f7a7f13287
@@ -70,7 +70,7 @@ gdb -return-child-result -quiet -batch \
|
|||||||
-ex run \
|
-ex run \
|
||||||
-ex "thread apply all backtrace full" \
|
-ex "thread apply all backtrace full" \
|
||||||
-ex "quit" \
|
-ex "quit" \
|
||||||
--args $APP_PATH --unittest --quiet --unittest-log
|
--args $APP_PATH $APP_ARGS
|
||||||
|
|
||||||
if [[ $TARGET == "coverage" ]]; then
|
if [[ $TARGET == "coverage" ]]; then
|
||||||
# Create test coverage data file
|
# Create test coverage data file
|
||||||
|
|||||||
Reference in New Issue
Block a user