diff options
author | Colin Patrick McCabe <cmccabe@alumni.cmu.edu> | 2011-01-20 19:46:55 +0100 |
---|---|---|
committer | Colin Patrick McCabe <cmccabe@alumni.cmu.edu> | 2011-01-20 19:46:55 +0100 |
commit | f1d7af97f3a30d2ecdd0e48f804d8347d319f3eb (patch) | |
tree | c2812657fc03855582938a731655fbb52cbecce5 /Makefile.am | |
parent | common: pthread_cond_signal: don't need lock (diff) | |
download | ceph-f1d7af97f3a30d2ecdd0e48f804d8347d319f3eb.tar.xz ceph-f1d7af97f3a30d2ecdd0e48f804d8347d319f3eb.zip |
workunits: add direct_io_test
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a7b172fd6b9..4d5387c9017 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,7 @@ AUTOMAKE_OPTIONS = gnu EXTRA_DIST = autogen.sh ceph.spec.in # the "." here makes sure check-local builds gtest before it is used -SUBDIRS = . src man - +SUBDIRS = . src qa man EXTRA_DIST += \ src/test/run-cli-tests \ |