diff options
author | Dan Williams <dcbw@redhat.com> | 2012-08-24 08:39:07 -0500 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-31 09:24:01 +0200 |
commit | 31d98a43c8dcd2a7721615a05da684edc2b4dd71 (patch) | |
tree | 2a776be7102de248c4e6bebfcf3214e63daea801 /test/Makefile.am | |
parent | a2c7cacb695b062146b3acda249e26bb180dd10e (diff) | |
download | ModemManager-31d98a43c8dcd2a7721615a05da684edc2b4dd71.tar.gz |
test: add utility to force a modem disconnect
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 6fcefc25a..146f88272 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -22,6 +22,7 @@ EXTRA_DIST = \ mm-test.py \ disable.py \ enable.py \ + disconnect.py \ info.py \ list-modems.py \ location.py \ |