Skip to content

Commit

Permalink
Extra dist tests
Browse files Browse the repository at this point in the history
  • Loading branch information
infirit committed Apr 12, 2024
1 parent fe4b48e commit 15b17a3
Show file tree
Hide file tree
Showing 20 changed files with 104 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ SUBDIRS = \
data \
module \
po \
sendto
sendto \
test

DIST_DOCS = \
CHANGELOG.md \
Expand Down
18 changes: 18 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,24 @@ data/configs/org.blueman.Mechanism.service
module/Makefile
po/Makefile.in
sendto/Makefile
test/Makefile
test/apps/Makefile
test/bluez/Makefile
test/bluez/obex/Makefile
test/gui/Makefile
test/gui/applet/Makefile
test/gui/manager/Makefile
test/main/Makefile
test/main/applet/Makefile
test/main/indicators/Makefile
test/module/Makefile
test/plugins/Makefile
test/plugins/applet/Makefile
test/plugins/manager/Makefile
test/plugins/mechanism/Makefile
test/plugins/services/Makefile
test/services/Makefile
test/services/meta/Makefile
])


Expand Down
13 changes: 13 additions & 0 deletions test/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
SUBDIRS = \
apps \
bluez \
gui \
main \
module \
plugins \
services

EXTRA_DIST = \
__init__.py \
test_imports.py \
test_gobject.py
2 changes: 2 additions & 0 deletions test/apps/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
EXTRA_DIST = \
__init__.py
7 changes: 7 additions & 0 deletions test/bluez/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
SUBDIRS = \
obex

EXTRA_DIST = \
__init__.py \
test_imports.py \
test_manager.py
4 changes: 4 additions & 0 deletions test/bluez/obex/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
EXTRA_DIST = \
__init__.py \
test_imports.py \
test_manager.py
7 changes: 7 additions & 0 deletions test/gui/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
SUBDIRS = \
applet \
manager

EXTRA_DIST = \
__init__.py \
test_imports.py
3 changes: 3 additions & 0 deletions test/gui/applet/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
EXTRA_DIST = \
__init__.py \
test_imports.py
3 changes: 3 additions & 0 deletions test/gui/manager/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
EXTRA_DIST = \
__init__.py \
test_imports.py
9 changes: 9 additions & 0 deletions test/main/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
SUBDIRS = \
applet \
indicators

EXTRA_DIST = \
__init__.py \
test_imports.py \
test_dbus_proxies.py \
test_pulseaudio_utils.py
3 changes: 3 additions & 0 deletions test/main/applet/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
EXTRA_DIST = \
__init__.py \
test_imports.py
3 changes: 3 additions & 0 deletions test/main/indicators/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
EXTRA_DIST = \
__init__.py \
test_imports.py
3 changes: 3 additions & 0 deletions test/module/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
EXTRA_DIST = \
__init__.py \
test_imports.py
9 changes: 9 additions & 0 deletions test/plugins/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
SUBDIRS = \
applet \
manager \
mechanism \
services

EXTRA_DIST = \
__init__.py \
test_imports.py
3 changes: 3 additions & 0 deletions test/plugins/applet/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
EXTRA_DIST = \
__init__.py \
test_imports.py
3 changes: 3 additions & 0 deletions test/plugins/manager/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
EXTRA_DIST = \
__init__.py \
test_imports.py
3 changes: 3 additions & 0 deletions test/plugins/mechanism/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
EXTRA_DIST = \
__init__.py \
test_imports.py
3 changes: 3 additions & 0 deletions test/plugins/services/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
EXTRA_DIST = \
__init__.py \
test_imports.py
6 changes: 6 additions & 0 deletions test/services/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SUBDIRS = \
meta

EXTRA_DIST = \
__init__.py \
test_imports.py
Empty file added test/services/meta/Makefile.am
Empty file.

0 comments on commit 15b17a3

Please sign in to comment.