diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-01-09 23:29:30 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-01-11 23:33:26 -0700 |
commit | d29cb3f3deda2ae55fbccfdaae3b2481410a0894 (patch) | |
tree | 0f00fdf307cfa78337c50a43e2ff842942922af5 /.editorconfig | |
parent | f6b4897e86ee68836794caa641cf0d4a93131c0f (diff) |
Add basic smoke tests for the 9p server
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 88ea6cb..8fb3a6f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -33,7 +33,7 @@ _mode = 9p [{lib9p/tests/test_server/static.h.gen,build-aux/embed-sources.h.gen}] _mode = sh -[{build-aux/linux-errno.txt.gen,libusb/include/libusb/tusb_helpers.h.gen}] +[{build-aux/linux-errno.txt.gen,libusb/include/libusb/tusb_helpers.h.gen,lib9p/tests/runtest}] _mode = bash [{lib9p/idl.gen,lib9p/include/lib9p/linux-errno.h.gen,build-aux/stack.c.gen}] |