On 29 August 2017 at 20:56, Thomas Helland <thomashellan...@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 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev