Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Jun 26, 2024
1 parent 2e5014f commit fa45c4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/tests_Sanity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
#include <string>
#include <random>

extern "C" void metall_log(metall_log_level lvl, char const *file, size_t line, char const *msg) {
std::cerr << lvl << " " << file << ":" << line << ": " << msg << std::endl;
}

TEST_SUITE("metall-ffi") {
TEST_CASE("sanity check") {
char const *obj_name = "obj";
Expand Down

0 comments on commit fa45c4d

Please sign in to comment.