-
I believe this is a failure of the ExecFunctionTest unit test. This is from version 3.4.
Cpputest was built with g++-4.6.1 under a 32-bit RH4 system. I've never used
Cpputest before so I'm not sure…
-
A few years ago, we migrated OpenVDB unit tests from CppUnit to GTest:
https://github.com/AcademySoftwareFoundation/openvdb/pull/875
However, we never got around to migrating the OpenVDB AX unit…
-
Hi.
Is there a way to disable CPPUNIT checks?
Maybe something in configure like `--disable-tests`.
If `cppunit` is installed, it's included a shared library dependency on it.
Regards.
A…
dbaio updated
6 years ago
-
Change the unit tests from cppunit to googletest
bonii updated
6 years ago
-
### Description
Hi,
I am building 32-bit version of `cppunit/1.15.1` library on Windows using msvc compiler, but it looks like the resulting library that is built is named after Unix convention: `…
-
configure.ac:29: error: missing some pkg-config macros (pkg-config package)
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configu…
-
## Describe the bug
I have to comment the line
# PKG_CHECK_MODULES(CPPUNIT, cppunit > 1.12.0)
## How to reproduce the bug?
if this line is uncommented, an error message will appear
./confi…
-
**To Reproduce**
Create a shared library:
coverage.h:
#pragma once
#ifdef COVERAGE_EXPORTS
#define COVERAGE_API __declspec(dllexport)
#else
#define COVERAGE_API __decl…
jpo38 updated
1 month ago
-
I'm using maoOS 10.13.6, I followed https://github.com/aria2/aria2#how-to-build
and when I execute : `make check` I get the following message :
```
NOTE: a missing vtable usually means the fir…
-
CPPUnit:
* Is still distributed from sourceforge.net ☹️
* Uses deprecated C++ features (e.g. `std::auto_ptr`) internally which we have to ignore warnings about.
* Can't run individual tests by na…