File: concurrent_map_mt_gdb_0.cmake

package info (click to toggle)
libpmemobj-cpp 1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,388 kB
  • sloc: cpp: 136,076; sh: 1,022; perl: 381; ansic: 163; makefile: 13
file content (11 lines) | stat: -rw-r--r-- 276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2020, Intel Corporation

include(${SRC_DIR}/../helpers.cmake)

setup()

crash_with_gdb(${SRC_DIR}/concurrent_map_mt_gdb_0.gdb ${TEST_EXECUTABLE} i 0 ${DIR}/testfile)
execute(${TEST_EXECUTABLE} c 0 ${DIR}/testfile)

finish()