pulseaudio/src/tests
Colin Guthrie 3e28f60592 build-sys: Replace dummy Makefiles with proper Makefile.am's
This is needed to better support out of tree builds (including
distcheck) and to ensure the necessary folders are created in the
build tree on configure and also works around an intl-tools bug
(https://bugs.launchpad.net/intltool/+bug/605826)

The Makefile.am's used are minimal (and in some cases completely
blank). At present they do not include anything interesting
with the majority of the real work still done by the monolitic
src/Makefile.am

It may make sense to start splitting out src/Makefile.am into
smaller chunks but this commit makes the minimum changes to address
the issues that result from using make distcheck and other out of
tree builds.

Note: This 'breaks' the ability to type make in e.g. the src/modules
folder and have all of PA rebuilt accordingly (this is because the
static Makefiles previously present just did a "make -C ..") which
was purportedly for use in emacs. But I'm sure there will be a better
and more robust way to configure emacs to do your builds properly if
this behaviour is still desirable.
2010-12-05 15:58:59 +00:00
..
alsa-time-test.c alsa-time-test: make test usable for capture too 2010-09-07 12:23:14 +02:00
asyncmsgq-test.c thread: name all threads so that the names appear in /proc/$PID/task/$TID/comm 2010-05-07 23:58:59 +02:00
asyncq-test.c thread: name all threads so that the names appear in /proc/$PID/task/$TID/comm 2010-05-07 23:58:59 +02:00
channelmap-test.c add missing config.h inclusion 2008-08-29 01:15:58 +02:00
close-test.c add a small test program for pa_close_all() 2008-05-18 19:12:59 +00:00
cpulimit-test.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
envelope-test.c Get rid of liboil 2009-08-20 11:31:03 +02:00
flist-test.c thread: name all threads so that the names appear in /proc/$PID/task/$TID/comm 2010-05-07 23:58:59 +02:00
get-binary-name-test.c core-util: replace remaining fixed size destination string functions by _malloc() versions 2009-08-01 02:03:22 +02:00
gtk-test.c gtk-test: updated to use PA_CONTEXT_NOAUTOSPAWN|PA_CONTEXT_NOFAIL 2009-03-30 21:05:35 +03:00
hook-list-test.c rename pa_hook_free() to pa_hook_done() since the hook struct is allocated on the stack not via malloc 2008-08-03 16:31:49 +02:00
interpol-test.c interpol-test: allow configuration of latency 2009-07-24 20:22:19 +02:00
ipacl-test.c Ignore IPv6 tests, if IPv6 was built in but the system doesn't have it. 2009-06-29 17:40:28 +02:00
lock-autospawn-test.c thread: name all threads so that the names appear in /proc/$PID/task/$TID/comm 2010-05-07 23:58:59 +02:00
mainloop-test.c rtclock: fix issues found by Lennart 2009-06-20 17:29:34 +03:00
Makefile.am build-sys: Replace dummy Makefiles with proper Makefile.am's 2010-12-05 15:58:59 +00:00
mcalign-test.c Make the shared memory segment size configurable 2008-10-01 01:14:36 +02:00
memblock-test.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
memblockq-test.c virtual: document how to implement fixed block size filters 2010-02-25 02:26:03 +01:00
mix-test.c Get rid of liboil 2009-08-20 11:31:03 +02:00
once-test.c tests: fix once test 2010-05-08 01:50:05 +02:00
pacat-simple.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
parec-simple.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
prioq-test.c add a generic priority queue implementation 2008-09-26 09:49:52 -07:00
proplist-test.c modargs: introduce pa_modargs_get_proplist() 2009-05-27 23:18:17 +02:00
queue-test.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
remix-test.c Get rid of liboil 2009-08-20 11:31:03 +02:00
resampler-test.c Get rid of liboil 2009-08-20 11:31:03 +02:00
rtpoll-test.c poll() is totally broken on Mac OS X 2009-12-16 16:11:36 +08:00
rtstutter.c Make the rtstutter tests mostly pointless without CLOCK_REALTIME. 2009-07-17 21:03:22 +02:00
sig2str-test.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
sigbus-test.c memtrap: make installation of SIGBUS handler explicit to ease integration into libraries 2009-04-21 22:54:44 +02:00
smoother-test.c Modify smoothing code to make cubic interpolation optional and allow 'quick fixups' on resuming 2009-04-05 02:26:02 +02:00
stripnul.c stripnul: initialize 'found' bool properly (llvm-clang-analyzer) 2009-09-08 23:53:56 +02:00
strlist-test.c don't use PA_GCC_UNUSED anymore 2008-08-09 16:20:29 +02:00
sync-playback.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
thread-mainloop-test.c rtclock: fix build after merge 2009-06-22 23:15:01 +02:00
thread-test.c thread: name all threads so that the names appear in /proc/$PID/task/$TID/comm 2010-05-07 23:58:59 +02:00
usergroup-test.c core: Add thread-safe group info functions with dynamic buffers 2009-08-22 00:53:39 +02:00
utf8-test.c get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
vector-test.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
voltest.c voltest: extend test to verify correctness of _multiply() and _divide() 2009-08-19 01:02:32 +02:00
volume-ui.py tests: show dB in volume-ui.py 2009-05-22 01:31:26 +02:00