Skip to content

Commit

Permalink
src/test/pybind/CMakeLists.txt:exclude tests that use nosetests
Browse files Browse the repository at this point in the history
 - That currently does not work under FreeBSD.

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
  • Loading branch information
wjwithagen committed Jul 31, 2016
1 parent 1d243f2 commit a4f2823
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/test/pybind/CMakeLists.txt
@@ -1,2 +1,4 @@
add_ceph_test(test_ceph_daemon.py ${CMAKE_CURRENT_SOURCE_DIR}/test_ceph_daemon.py)
add_ceph_test(test_ceph_argparse.py ${CMAKE_CURRENT_SOURCE_DIR}/test_ceph_argparse.py)
if(NOT FREEBSD)
add_ceph_test(test_ceph_daemon.py ${CMAKE_CURRENT_SOURCE_DIR}/test_ceph_daemon.py)
add_ceph_test(test_ceph_argparse.py ${CMAKE_CURRENT_SOURCE_DIR}/test_ceph_argparse.py)
endif(NOT FREEBSD)

0 comments on commit a4f2823

Please sign in to comment.