From 5d0979480ff50390b3883795ec2093e0d3d6193b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 22 Aug 2022 22:22:29 +0200 Subject: Open episodes without Prolog. --- c/test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/test.cpp') diff --git a/c/test.cpp b/c/test.cpp index 2e96bbc..e56d7aa 100644 --- a/c/test.cpp +++ b/c/test.cpp @@ -3,6 +3,7 @@ #include "data.h" #include "episodelistview.h" +#include "ext.h" #include "pl.h" #include "util.h" #include "win.h" @@ -16,7 +17,7 @@ struct Test Test(const char* name) : name(name) {} }; -#define TESTS struct UNUSED +#define TESTS struct _ #define TEST(id) }; struct id : public Test { id() : Test(#id) #define FAIL(...) do { Sprintf(error, __VA_ARGS__); return; } while (0) -- cgit v1.2.3