Skip to content
Snippets Groups Projects
Verified Commit c1402816 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent c6178993
Branches
No related tags found
No related merge requests found
...@@ -9,4 +9,4 @@ RUN apt-get install -y python3-pip ...@@ -9,4 +9,4 @@ RUN apt-get install -y python3-pip
COPY doc/requirements.txt requirements.txt COPY doc/requirements.txt requirements.txt
RUN pip3 install -r requirements.txt RUN pip3 install -r requirements.txt
RUN apt-get install -y clang-format RUN apt-get install -y clang-format-11
...@@ -10,7 +10,7 @@ static void test_configure_connection(void **state) { ...@@ -10,7 +10,7 @@ static void test_configure_connection(void **state) {
int main() { int main() {
const struct CMUnitTest tests[] = { const struct CMUnitTest tests[] = {
cmocka_unit_test(test_configure_connection), cmocka_unit_test(test_configure_connection),
}; };
return cmocka_run_group_tests(tests, NULL, NULL); return cmocka_run_group_tests(tests, NULL, NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment