Makefile.am: add mkdir testsuite
authorSaul Wold <sgw@linux.intel.com>
Thu, 10 Oct 2013 06:49:48 +0000 (23:49 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 10 Oct 2013 14:23:44 +0000 (11:23 -0300)
commit518daf4fd1f3a08e2624375079bc9fc93958ca0d
treee5dc9df364fa2b50257ecf4f40ae21e2341f5631
parent16535abe3a6823b0abd01c0dbc8f64aa43c58d16
Makefile.am: add mkdir testsuite

If we are note building in the existing source tree and have disabled
dependency-tracking then the testsuite directory is not created during
the configure phase and will not exist when the cp of ROOTFS_PRISTINE
occurs, thus causing an error and fail.
Makefile.am