~mir-team/mir/0.22

« back to all changes in this revision

Viewing changes to tests/acceptance-tests/CMakeLists.txt

  • Committer: Alberto Aguirre
  • Date: 2016-04-21 17:39:02 UTC
  • mfrom: (3466.2.1 revert-nbs-for-0.22)
  • Revision ID: alberto.aguirre@canonical.com-20160421173902-jlrlhaw0bztgilsa
DisableĀ NBS

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
 
94
94
if (MIR_RUN_ACCEPTANCE_TESTS)
95
95
  mir_discover_tests_with_fd_leak_detection(mir_acceptance_tests)
96
 
  mir_discover_tests_with_fd_leak_detection_and_env(mir_acceptance_tests "MIR_SERVER_NBUFFERS=3")
 
96
  mir_discover_tests_with_fd_leak_detection_and_env(mir_acceptance_tests "MIR_SERVER_NBUFFERS=0")
97
97
endif (MIR_RUN_ACCEPTANCE_TESTS)