Skip to content

Commit 92e52a7

Browse files
ferdnycmusteresel
authored andcommitted
Frame_Tests: Support older UnitTest++
1 parent 86f0f42 commit 92e52a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Frame_Tests.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
*/
3131

3232
#include "UnitTest++.h"
33+
// Work around older versions of UnitTest++ without REQUIRE
34+
#ifndef REQUIRE
35+
#define REQUIRE
36+
#endif
37+
3338
// Prevent name clashes with juce::UnitTest
3439
#define DONT_SET_USING_JUCE_NAMESPACE 1
3540
#include "../include/OpenShot.h"

0 commit comments

Comments
 (0)