mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-31 08:58:42 +03:00
6 lines
97 B
C++
6 lines
97 B
C++
|
|
#include <catch_main.hpp>
|
||
|
|
|
||
|
|
TEST_CASE("Is example succesful", "[example]") {
|
||
|
|
REQUIRE(true);
|
||
|
|
}
|