Is there an official guide on how to add unit testing to an autotools
project?
Thanks,
Zé
makefile rules, as the contents of a
Makefile.am are copied to Makefile.in verbatim[¹].
Therefore, if you can write a makefile that generates your datasets then
you can extend automake to build them too.
And make certainly can generate your datasets.
Hope this helps,
--
Zé
[¹] http
Is there a way to specify dependencies between convenience libraries,
and also set the relevant include paths?
Thanks,
Zé
t I could find was adding ${srcdir} to the include
path, but that doesn't sound right.
Does anyone know how to pull this off?
Zé
list all files in the project, and convert
subdirs into convenience libraries[²].
As there any other options worth mentioning? And what's the recommended
option?
Thanks,
Zé
[¹] http://seul.org/docs/autotut/
[²]
http://www.gnu.org/software/automake/manual/html_node/Libtool-C