HomeFreeBSD

Fix make distclean Makefile.am removal

Description

Fix make distclean Makefile.am removal

The file tests/zfs-tests/tests/stress/Makefile.am gets mistakenly
removed by the distclean target because it's empty. Adding a
SUBDIRS = line prevents the removal.

This directory is being preserved as the location to add assorted
stress tests. These may include but are not limited to.

  http://kernel.ubuntu.com/~cking/stress-ng/
  https://github.com/zfsonlinux/zfsstress/

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #5308

Details

Provenance
Brian Behlendorf <behlendorf1@llnl.gov>Authored on Oct 20 2016, 4:55 PM
GitHub <noreply@github.com>Committed on Oct 20 2016, 4:55 PM
Parents
rG3b0ba3ba99b8: Linux 4.9 compat: inode_change_ok() renamed setattr_prepare()
Branches
Unknown
Tags
Unknown

Event Timeline

GitHub <noreply@github.com> committed rG72ac461cbe30: Fix make distclean Makefile.am removal (authored by Brian Behlendorf <behlendorf1@llnl.gov>).Oct 20 2016, 4:55 PM