• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 12413288975
88%

Build:
DEFAULT BRANCH: master
Ran 19 Dec 2024 01:23PM UTC
Jobs 1
Files 518
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Dec 2024 01:06PM UTC coverage: 87.381% (+0.01%) from 87.369%
12413288975

push

github

Buristan
cmake: fix search patterns used by ctest

In CMake command `file(GLOB_RECURSE ...)` latest unnamed arguments
are search patterns `<globbing-expressions>` [1]. In the patch
with initial CTest support, the pattern
`${PROJECT_SOURCE_DIR}/test` was used and with commands below:

```
$ mkdir -p {a,b}/my
$ touch {a,b}/my/test
$ cmake .
```

this leads to an error:

```
-- Add regression tests
CMake Error at test/CMakeLists.txt:196 (add_test):
  add_test given test NAME "test/my/test" which already exists in this
  directory.
```

The patch fixes the problem. Follows up commit a9b9f2eb4f71
("test: execute tests using CTest").

1. https://cmake.org/cmake/help/latest/command/file.html#glob-recurse

NO_CHANGELOG=testing
NO_DOC=testing
NO_TEST=testing

Reported-by: Alexander Turenko <alexander.turenko@tarantool.org>
Reported-by: Sergey Kaplun <skaplun@tarantool.org>

69686 of 123518 branches covered (56.42%)

102631 of 117452 relevant lines covered (87.38%)

2882479.21 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12413288975.1 19 Dec 2024 01:23PM UTC 0
87.38
GitHub Action Run
Source Files on build 12413288975
Detailed source file information is not available for this build.
  • Back to Repo
  • 7fb8921b on github
  • Prev Build on master (#12401278293)
  • Next Build on master (#12419017431)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc