tests: fix parser test with config file
[awesomized/libmemcached] / libtest / include.am
index 77d199df11522647c4cacb4972d1df61a9dc01ed..a16154b0d7605440282c49271bf1bafe02171173 100644 (file)
@@ -183,6 +183,13 @@ endif
 TMP_DIR := tmp_chroot/etc tmp_chroot/var/log tmp_chroot/var/tmp tmp_chroot/var/run tmp_chroot/var/drizzle
 
 BUILT_SOURCES+= $(TMP_DIR)
+BUILT_SOURCES+= tmp_chroot/support
+
+tmp_chroot/support: | tmp_chroot
+       @cp -R support tmp_chroot
+
+tmp_chroot:
+       @$(mkdir_p) $@
 
 $(TMP_DIR):
        @$(mkdir_p) $(TMP_DIR)