File: binarize_tests.cpp

package info (click to toggle)
libbgcode 0.0~git20250220.5041c09-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,188 kB
  • sloc: cpp: 3,700; 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);
}