Skip to content

Commit

Permalink
Fix ceedling (#2949)
Browse files Browse the repository at this point in the history
* fixed unit test with ceedling 1.0.0
  • Loading branch information
hathach authored Jan 15, 2025
1 parent 2495563 commit e889c0b
Show file tree
Hide file tree
Showing 210 changed files with 392 additions and 22,565 deletions.
463 changes: 389 additions & 74 deletions test/unit-test/project.yml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/unit-test/test/device/msc/test_msc_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
#include "tusb_fifo.h"
#include "tusb.h"
#include "usbd.h"
TEST_FILE("usbd_control.c")
TEST_FILE("msc_device.c")
TEST_SOURCE_FILE("usbd_control.c")
TEST_SOURCE_FILE("msc_device.c")

// Mock File
#include "mock_dcd.h"
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/test/device/usbd/test_usbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "tusb_fifo.h"
#include "tusb.h"
#include "usbd.h"
TEST_FILE("usbd_control.c")
TEST_SOURCE_FILE("usbd_control.c")

// Mock File
#include "mock_dcd.h"
Expand Down
350 changes: 0 additions & 350 deletions test/unit-test/vendor/ceedling/bin/ceedling

This file was deleted.

Loading

0 comments on commit e889c0b

Please sign in to comment.