mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 10:05:48 +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 "thread apply all backtrace full" \
|
||||
-ex "quit" \
|
||||
--args $APP_PATH --unittest --quiet --unittest-log
|
||||
--args $APP_PATH $APP_ARGS
|
||||
|
||||
if [[ $TARGET == "coverage" ]]; then
|
||||
# Create test coverage data file
|
||||
|
||||
Reference in New Issue
Block a user