Diff between 505693c878ae015d149a311a581f7f8dd5b6bc4c and 26f9879e9211e07a4d5fb95827876714a4ce0ae5

Changed Files

File Additions Deletions Status
Makefile.am +2 -1 modified
doc/test-coverage.txt +50 -0 added

Full Patch

diff --git a/Makefile.am b/Makefile.am
index 23516b9..917f545 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -200,7 +200,8 @@ endif
 
 EXTRA_DIST += $(test_scripts)
 
-EXTRA_DIST += doc/assigned-numbers.txt doc/supported-features.txt
+EXTRA_DIST += doc/assigned-numbers.txt doc/supported-features.txt \
+				doc/test-coverage.txt doc/settings-storage.txt
 
 EXTRA_DIST += doc/mgmt-api.txt \
 		doc/adapter-api.txt doc/device-api.txt \
diff --git a/doc/test-coverage.txt b/doc/test-coverage.txt
new file mode 100644
index 0000000..1cfe7fb
--- /dev/null
+++ b/doc/test-coverage.txt
@@ -0,0 +1,50 @@
+BlueZ test coverage
+*******************
+
+
+Automated unit testing
+======================
+
+Application		Count	Description
+-------------------------------------------
+test-crc		   9	Link Layer CRC-24 checksum
+test-eir		  14	EIR and AD parsing
+test-lib		  12	SDP library functions
+test-sdp		 133	SDP qualification test cases
+test-uuid		  30	UUID conversion handling
+test-mgmt		   2	Management interface handling
+test-textfile		   4	Old textfile storage format
+test-avdtp		  60	AVDTP qualification test cases
+test-gobex		  31	Generic OBEX functionality
+test-gobex-packet	   9	OBEX packet handling
+test-gobex-header	  28	OBEX header handling
+test-gobex-apparam	  18	OBEX apparam handling
+test-gobex-transfer	  36	OBEX transfer handling
+test-gdbus-client	  12	D-Bus client handling
+			-----
+			 398
+
+
+Automated end-to-end testing
+============================
+
+Application		Count	Description
+-------------------------------------------
+mgmt-tester		 162	Kernel management interface testing
+l2cap-tester		  15	Kernel L2CAP implementation testing
+smp-tester		   4	Kernel SMP implementation testing
+sco-tester		   8	Kernel SCO implementation testing
+gap-tester		   1	Daemon D-Bus API testing
+			-----
+			 190
+
+
+Android end-to-end testing
+==========================
+
+Application		Count	Description
+-------------------------------------------
+android-tester		  44	Android HAL interface testing
+			-----
+			  44
+