Skip to content

Commit

Permalink
test/Makefile.am: run mon/mon-scrub.sh as part of checks
Browse files Browse the repository at this point in the history
Signed-off-by: Joao Eduardo Luis <[email protected]>
  • Loading branch information
jecluis committed Sep 9, 2015
1 parent 6ceb37d commit 293d12a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,9 @@ add_dependencies(check osd_erasure_code_profile)
add_test(NAME osd_crush COMMAND bash ${CMAKE_SOURCE_DIR}/src/test/mon/osd-crush.sh)
add_dependencies(check osd_crush)

add_test(NAME mon_scrub COMMAND bash ${CMAKE_SOURCE_DIR}/src/test/mon/mon-scrub.sh)
add_dependencies(check mon_scrub)

add_test(NAME test_ceph_daemon COMMAND python ${CMAKE_SOURCE_DIR}/src/test/pybind/test_ceph_daemon.py)
add_dependencies(check test_ceph_daemon)

Expand Down
1 change: 1 addition & 0 deletions src/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ check_SCRIPTS += \
test/mon/osd-crush.sh \
test/mon/osd-erasure-code-profile.sh \
test/mon/mkfs.sh \
test/mon/mon-scrub.sh \
test/osd/osd-scrub-repair.sh \
test/osd/osd-config.sh \
test/osd/osd-bench.sh \
Expand Down

0 comments on commit 293d12a

Please sign in to comment.