File: binarize_tests.cpp

package info (click to toggle)
libbgcode 0.0~git20251210.0773cea-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,264 kB
  • sloc: cpp: 3,712; python: 255; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#include <catch2/catch_test_macros.hpp>

#include "binarize/binarize.hpp"

TEST_CASE("Dummy", "[Binarize]")
{
	REQUIRE(true);
}