You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Unit tests: Don't use OpenShot.h header (#607)
- To prevent slow compiles of unit tests, replace all of the '#include "OpenShot.h"' invocations with includes of the individual headers actually needed by each test file.
This commit is contained in:
@@ -31,9 +31,8 @@
|
||||
#include "UnitTest++.h"
|
||||
// Prevent name clashes with juce::UnitTest
|
||||
#define DONT_SET_USING_JUCE_NAMESPACE 1
|
||||
#include "OpenShot.h"
|
||||
#include "Coordinate.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace openshot;
|
||||
|
||||
TEST(Coordinate_Default_Constructor)
|
||||
|
||||
Reference in New Issue
Block a user