summaryrefslogtreecommitdiff
path: root/test/hstest.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove unused hstest utilityMarcel Holtmann2012-12-091-310/+0
|
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
| | | | | | | | | | | | | | This reverts commit 8a03376544b046a84301847d1594f6c3674983ff. The patch needs to be split up and the gdbus/ changes were bogus compared to the original commit message. Conflicts: Makefile.am Makefile.obexd profiles/cyclingspeed/cyclingspeed.c profiles/heartrate/heartrate.c src/error.c
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
| | | | | | | | | | Instead of trying to include config.h in each file over the tree and possibly forgetting to include it, give a "-include config.h" argument to the compiler so it's guaranteed that a) it will be included for all source files and b) it will be the first header included. gdbus/ directory is left out, since it would break other projects using it.
* Fix unused variable warnings reported by GCC 4.6Johan Hedberg2011-05-151-3/+5
|
* Remove extra spaces in test dirJose Antonio Santos Cadenas2010-05-071-1/+1
|
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
|
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Update copyright informationMarcel Holtmann2007-01-131-1/+1
|
* Fix declared with attribute warn_unused_result errorsMarcel Holtmann2006-07-261-2/+2
|
* Update copyright informationMarcel Holtmann2006-01-031-1/+1
|
* Big cleanup of CVS relicsMarcel Holtmann2005-10-291-16/+11
|
* Fix some GCC 4.0 warningsMarcel Holtmann2005-07-051-1/+2
|
* Add memset() to different places to initialize the structuresMarcel Holtmann2004-12-251-0/+6
|
* Fragment SCO payload that is greater than the SCO MTUMarcel Holtmann2004-08-301-2/+10
|
* Unify copyright and license informationMarcel Holtmann2004-04-281-19/+19
|
* Let the headset test tools use 16 bit PCM for input and outputMarcel Holtmann2003-10-071-2/+2
|
* Remove the voice setting command and fix a big endian problemMarcel Holtmann2003-03-311-36/+1
|
* Add Headset Test utilityMarcel Holtmann2002-12-211-0/+333