-
Hello I am trying to install CloudCompy wrapper and i ran ctest command and these tests are failing. Can anyone help me with these
![image](https://github.com/user-attachments/assets/07b40e5f-9940-…
-
We have a Python project with no compiled code, and no need for cmake. But we still like to use ctest as the test driver. It works find from the command-line, and have the list of tests in CTestTestfi…
-
Currently our config looks a bit like this:
```rust
cfg.skip_field(move |struct_, field| {
(struct_ == "siginfo_t" && field == "_pad") ||
(musl && struct_ == "glob_t" && field == …
-
I'm not sure if this is a jpm issue or a janet issue, but putting it here for now.
I'm using the latest commits for janet and jpm, and am using alpine linux on an x86 laptop and PostmarketOS on an …
-
**To Reproduce**
Using cmake-init template with and without:
```
find_package(CGAL CONFIG REQUIRED)
target_link_libraries(main PRIVATE CGAL::CGAL)
```
Running `cd target/build && ctest --output-on-f…
-
Update the Documenation related to Ctest Labels
1. Update INSTALL.md to include labels in the Ctest lines. Explain where to find label documentation
2. Create a LABEL_README.md (or something to t…
-
There is probably an error during test name parsing and interpretation using INSTANTIATE_TEST_SUITE_P.
Here is my cpp test code :
```cpp
INSTANTIATE_TEST_SUITE_P(
StandardFilesWrite,
M…
-
I have run the setup, but ctest still have an error. The output is :
ctest -V -R qa_tracking_singletarget
UpdateCTestConfiguration from :/home/fang/workarea/gr-radar/build/DartConfiguration.tcl
Up…
-
Beacuse we will be testing RDAS with RRFS (MPAS-JEDI) workflow, it is important to track the source of ioda data. ioda data should be converted from bufr or prepbufr files. ioda data used in RDAS test…
-
**Is your feature request related to a problem? Please describe.**
I noticed that my CMake tests are not built unless I include CTest in my CMakeLists.txt. Only then are any tests found when I run `c…