Skip to content

Commit

Permalink
cmake: Add cython_modules to make check
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Maredia <amaredia@redhat.com>
  • Loading branch information
alimaredia committed Apr 15, 2016
1 parent e0bda0b commit 8ddfcb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/CMakeLists.txt
Expand Up @@ -475,7 +475,8 @@ add_dependencies(check
ceph_erasure_code_non_regression
ceph_erasure_code
ceph-disk
ceph-detect-init)
ceph-detect-init
cython_modules)

add_ceph_test(test-ceph-helpers.sh ${CMAKE_CURRENT_SOURCE_DIR}/test-ceph-helpers.sh)
add_ceph_test(erasure-decode-non-regression.sh ${CMAKE_SOURCE_DIR}/qa/workunits/erasure-code/encode-decode-non-regression.sh)
Expand Down

0 comments on commit 8ddfcb1

Please sign in to comment.