Skip to content

Commit 3e31714

Browse files
authored
Readd libgpiod tests (#490)
1 parent eaabdbe commit 3e31714

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/System.Device.Gpio.Tests/LibGpiodDriverTests.Linux.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77
namespace System.Device.Gpio.Tests
88
{
9-
// TODO: Uncomment making public once the LibGpiodTests stop crashing with SegFault.
10-
// public
11-
class LibGpiodDriverTests : GpioControllerTestBase
9+
public class LibGpiodDriverTests : GpioControllerTestBase
1210
{
1311
protected override GpioDriver GetTestDriver() => new LibGpiodDriver();
1412

0 commit comments

Comments
 (0)