Skip to content

Commit

Permalink
Rename cavl.h -> _canard_cavl.h, fix #196
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Apr 14, 2023
1 parent fb425f3 commit 6090ea5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
--define sonar.projectName=libcanard
--define sonar.projectKey=libcanard
--define sonar.sources=libcanard
--define sonar.exclusions=libcanard/cavl.h
--define sonar.exclusions=libcanard/_canard_cavl.h
--define sonar.cfamily.gcov.reportsPath=.
--define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"
--define sonar.host.url="${{ env.SONAR_SERVER_URL }}"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion libcanard/canard.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// Author: Pavel Kirienko <pavel@opencyphal.org>

#include "canard.h"
#include "cavl.h"
#include "_canard_cavl.h"
#include <string.h>

// --------------------------------------------- BUILD CONFIGURATION ---------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion tests/test_private_cavl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 2016-2020 OpenCyphal Development Team.
// These tests have been adapted from the Cavl test suite that you can find at https://github.com/pavel-kirienko/cavl

#include <cavl.h>
#include <_canard_cavl.h>
#include "catch.hpp"
#include <algorithm>
#include <array>
Expand Down

0 comments on commit 6090ea5

Please sign in to comment.