Skip to content

Commit

Permalink
tests: Update include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Oct 18, 2020
1 parent 630e7ac commit fcebbea
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions tests/Cache_Tests.cpp
Expand Up @@ -31,8 +31,8 @@
#include "UnitTest++.h"
// Prevent name clashes with juce::UnitTest
#define DONT_SET_USING_JUCE_NAMESPACE 1
#include "../include/OpenShot.h"
#include "../include/Json.h"
#include "OpenShot.h"
#include "Json.h"

using namespace openshot;

Expand Down
2 changes: 1 addition & 1 deletion tests/Clip_Tests.cpp
Expand Up @@ -37,7 +37,7 @@

// Prevent name clashes with juce::UnitTest
#define DONT_SET_USING_JUCE_NAMESPACE 1
#include "../include/OpenShot.h"
#include "OpenShot.h"

using namespace openshot;

Expand Down
2 changes: 1 addition & 1 deletion tests/Color_Tests.cpp
Expand Up @@ -31,7 +31,7 @@
#include "UnitTest++.h"
// Prevent name clashes with juce::UnitTest
#define DONT_SET_USING_JUCE_NAMESPACE 1
#include "../include/OpenShot.h"
#include "OpenShot.h"

using namespace std;
using namespace openshot;
Expand Down
2 changes: 1 addition & 1 deletion tests/Coordinate_Tests.cpp
Expand Up @@ -31,7 +31,7 @@
#include "UnitTest++.h"
// Prevent name clashes with juce::UnitTest
#define DONT_SET_USING_JUCE_NAMESPACE 1
#include "../include/OpenShot.h"
#include "OpenShot.h"

using namespace std;
using namespace openshot;
Expand Down
2 changes: 1 addition & 1 deletion tests/DummyReader_Tests.cpp
Expand Up @@ -32,7 +32,7 @@
// Prevent name clashes with juce::UnitTest
#define DONT_SET_USING_JUCE_NAMESPACE 1

#include "../include/OpenShot.h"
#include "OpenShot.h"

using namespace std;
using namespace openshot;
Expand Down
2 changes: 1 addition & 1 deletion tests/FFmpegReader_Tests.cpp
Expand Up @@ -31,7 +31,7 @@
#include "UnitTest++.h"
// Prevent name clashes with juce::UnitTest
#define DONT_SET_USING_JUCE_NAMESPACE 1
#include "../include/OpenShot.h"
#include "OpenShot.h"

using namespace std;
using namespace openshot;
Expand Down
2 changes: 1 addition & 1 deletion tests/FFmpegWriter_Tests.cpp
Expand Up @@ -31,7 +31,7 @@
#include "UnitTest++.h"
// Prevent name clashes with juce::UnitTest
#define DONT_SET_USING_JUCE_NAMESPACE 1
#include "../include/OpenShot.h"
#include "OpenShot.h"

using namespace std;
using namespace openshot;
Expand Down
2 changes: 1 addition & 1 deletion tests/Fraction_Tests.cpp
Expand Up @@ -31,7 +31,7 @@
#include "UnitTest++.h"
// Prevent name clashes with juce::UnitTest
#define DONT_SET_USING_JUCE_NAMESPACE 1
#include "../include/OpenShot.h"
#include "OpenShot.h"

using namespace std;
using namespace openshot;
Expand Down
2 changes: 1 addition & 1 deletion tests/FrameMapper_Tests.cpp
Expand Up @@ -31,7 +31,7 @@
#include "UnitTest++.h"
// Prevent name clashes with juce::UnitTest
#define DONT_SET_USING_JUCE_NAMESPACE 1
#include "../include/OpenShot.h"
#include "OpenShot.h"

using namespace std;
using namespace openshot;
Expand Down
2 changes: 1 addition & 1 deletion tests/Frame_Tests.cpp
Expand Up @@ -32,7 +32,7 @@
#include "UnitTest++.h"
// Prevent name clashes with juce::UnitTest
#define DONT_SET_USING_JUCE_NAMESPACE 1
#include "../include/OpenShot.h"
#include "OpenShot.h"

#include <QImage>

Expand Down
2 changes: 1 addition & 1 deletion tests/ImageWriter_Tests.cpp
Expand Up @@ -31,7 +31,7 @@
#include "UnitTest++.h"
// Prevent name clashes with juce::UnitTest
#define DONT_SET_USING_JUCE_NAMESPACE 1
#include "../include/OpenShot.h"
#include "OpenShot.h"

using namespace std;
using namespace openshot;
Expand Down
2 changes: 1 addition & 1 deletion tests/KeyFrame_Tests.cpp
Expand Up @@ -31,7 +31,7 @@
#include "UnitTest++.h"
// Prevent name clashes with juce::UnitTest
#define DONT_SET_USING_JUCE_NAMESPACE 1
#include "../include/OpenShot.h"
#include "OpenShot.h"

using namespace std;
using namespace openshot;
Expand Down
2 changes: 1 addition & 1 deletion tests/Point_Tests.cpp
Expand Up @@ -31,7 +31,7 @@
#include "UnitTest++.h"
// Prevent name clashes with juce::UnitTest
#define DONT_SET_USING_JUCE_NAMESPACE 1
#include "../include/OpenShot.h"
#include "OpenShot.h"

using namespace std;
using namespace openshot;
Expand Down
2 changes: 1 addition & 1 deletion tests/ReaderBase_Tests.cpp
Expand Up @@ -31,7 +31,7 @@
#include "UnitTest++.h"
// Prevent name clashes with juce::UnitTest
#define DONT_SET_USING_JUCE_NAMESPACE 1
#include "../include/OpenShot.h"
#include "OpenShot.h"

using namespace std;
using namespace openshot;
Expand Down
2 changes: 1 addition & 1 deletion tests/Settings_Tests.cpp
Expand Up @@ -31,7 +31,7 @@
#include "UnitTest++.h"
// Prevent name clashes with juce::UnitTest
#define DONT_SET_USING_JUCE_NAMESPACE 1
#include "../include/OpenShot.h"
#include "OpenShot.h"

using namespace std;
using namespace openshot;
Expand Down
2 changes: 1 addition & 1 deletion tests/Timeline_Tests.cpp
Expand Up @@ -31,7 +31,7 @@
#include "UnitTest++.h"
// Prevent name clashes with juce::UnitTest
#define DONT_SET_USING_JUCE_NAMESPACE 1
#include "../include/OpenShot.h"
#include "OpenShot.h"

using namespace std;
using namespace openshot;
Expand Down

0 comments on commit fcebbea

Please sign in to comment.