[Mesa-dev] [PATCH 2/8] util: Add tests for the string buffer
Emil Velikov
emil.l.velikov at gmail.com
Wed Aug 30 09:47:26 UTC 2017
On 29 August 2017 at 20:56, Thomas Helland <thomashelland90 at gmail.com> wrote:
> -SUBDIRS = xmlpool . tests/hash_table
> +SUBDIRS = . tests/hash_table \
> + . tests/string_buffer
>
xmlpool disappeared here and current directory (.) is seen multiple times.
To minimise this kind of issues I tend to use (<tab> since the client
might butcher it)
SUBDIRS = \
<tab>one \
<tab>directory \
<tab>per \
<tab>line
> +TESTS = append_and_print \
> + $()
You can omit the $() if you prefer, but you'll need to drop the trailing \
-Emil
More information about the mesa-dev
mailing list