Skip to content

Commit

Permalink
Uses compare methods instead of maliput test utilities (#54)
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
  • Loading branch information
francocipollone authored Oct 13, 2023
1 parent 4ec76d6 commit dee1a51
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: gcc

on:
push:
branches:
- main
pull_request:
branches:
- main
Expand All @@ -11,6 +13,11 @@ env:
PACKAGE_NAME: maliput_osm
ROS_DISTRO: foxy

# Cancel previously running PR jobs
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true

jobs:
compile_and_test:
name: Compile and test
Expand Down
1 change: 0 additions & 1 deletion src/test_utilities/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ target_include_directories(

target_link_libraries(test_utilities
PRIVATE
maliput::test_utilities
maliput_osm::osm
maliput_osm::utilities
maliput_sparse::geometry
Expand Down
1 change: 0 additions & 1 deletion src/test_utilities/osm_types_compare.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "test_utilities/osm_types_compare.h"

#include <maliput/test_utilities/maliput_math_compare.h>
#include <maliput_sparse/test_utilties/maliput_sparse_types_compare.h>

namespace maliput_osm {
Expand Down
1 change: 0 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ if (TARGET ${target})
maliput::api
maliput::common
maliput::plugin
maliput::test_utilities
maliput_osm::builder
maliput_osm::osm
maliput_osm::osm_utilities
Expand Down

0 comments on commit dee1a51

Please sign in to comment.