From 737d688e5b173ef5155db3e4fc9e8debf9b33a11 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 31 May 2020 21:53:52 +0300 Subject: enable smolblok Build both HostlistFilter and AdblockFitler plugins by default. --- staging/smolblok/test/main.cpp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 staging/smolblok/test/main.cpp (limited to 'staging/smolblok/test/main.cpp') diff --git a/staging/smolblok/test/main.cpp b/staging/smolblok/test/main.cpp deleted file mode 100644 index 5624ee9..0000000 --- a/staging/smolblok/test/main.cpp +++ /dev/null @@ -1,22 +0,0 @@ -#define CATCH_CONFIG_MAIN - -#include "smolblok.hpp" -#include - -SCENARIO("smolblok") -{ - smolblok s; - - GIVEN("invalid plugins") - { - REQUIRE(!s.registerFormatPlugin("", "")); - REQUIRE(!s.registerFormatPlugin("Format", "missing.dll")); - } - - GIVEN("invalid subscriptions") - { - REQUIRE(!s.addSubscriptions("")); - REQUIRE(!s.addSubscriptions("missing.txt")); - } -} - -- cgit v1.2.1