Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MicroCART
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Distributed Autonomous Networked Control Lab
MicroCART
2cf051952f5edcc42759a02817f92f04a451c444
MicroCART
ci
ci-test.sh
Find file
Normal view
Permalink
ci-test.sh
51 B
Newer
Older
quad: add uart buffer tests to ci
bbartels
committed
8 years ago
1
2
#!/bin/bash
wip: fix ci build
bbartels
committed
8 years ago
3
set
-e
quad: use "make test" target to run the functional tests
bbartels
committed
7 years ago
4
5
# Quad
attempt to fix tests
Peter Thedens
committed
7 years ago
6
(
cd
quad
&&
make
test
)