mirror of
https://github.com/fmang/opustags.git
synced 2025-07-16 14:03:31 +02:00
Remove dummy plugs
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
#include "dummy.h"
|
||||
|
||||
int opustags::return_one()
|
||||
{
|
||||
return 1;
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
namespace opustags
|
||||
{
|
||||
int return_one();
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
#include "dummy.h"
|
||||
#include "catch.h"
|
||||
|
||||
TEST_CASE("A dummy test")
|
||||
{
|
||||
REQUIRE(opustags::return_one() == 1);
|
||||
}
|
Reference in New Issue
Block a user