cppyabm
1.0.17
An agent-based library to integrate C++ and Python
examples
Cpp
build
_deps
cppyabm-src
tests
test_ABM.cpp
Go to the documentation of this file.
1
#define CATCH_CONFIG_MAIN
2
#include <catch2/catch.hpp>
3
#include "../src/bases.h"
4
int
def
(){
5
return
2;
6
};
7
TEST_CASE
(
"Weak and shared conversions"
,
"[classic]"
)
8
{
9
REQUIRE(
def
() == 2);
10
// REQUIRE(subtract(1, 1) == 0);
11
}
def
int def()
Definition:
test_ABM.cpp:4
TEST_CASE
TEST_CASE("Weak and shared conversions","[classic]")
Definition:
test_ABM.cpp:7
Generated by
1.8.19