diff options
author | John Ankarström <john@ankarstrom.se> | 2022-08-22 22:22:29 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-08-22 22:22:29 +0200 |
commit | 5d0979480ff50390b3883795ec2093e0d3d6193b (patch) | |
tree | 34a5fc5d18cb2d9cc87c01e6eb2eb40e0f3d5050 /c/test.cpp | |
parent | 8566655b85f0a4e515d57f6686636db516116f95 (diff) | |
download | EpisodeBrowser-5d0979480ff50390b3883795ec2093e0d3d6193b.tar.gz |
Open episodes without Prolog.
Diffstat (limited to 'c/test.cpp')
-rw-r--r-- | c/test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |