Skip to content

Commit

Permalink
tools: add a test driver for tests/events.
Browse files Browse the repository at this point in the history
Each implementation will have to write a shim to interface.

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Sep 2, 2019
1 parent 972f5c3 commit e6dd57e
Show file tree
Hide file tree
Showing 2 changed files with 1,728 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#! /usr/bin/make

check:
@# E501 line too long (N > 79 characters)
@# W503: line break before binary operator
flake8 --ignore=E501,W503 test-events.py
Loading

0 comments on commit e6dd57e

Please sign in to comment.