refactor
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#include "dtl_test_common.hpp"
|
||||
|
||||
#include "comparators.hpp"
|
||||
|
||||
class Objdifftest : public ::testing::Test {
|
||||
protected:
|
||||
dtl_test_typedefs(string, vector<elem>) typedef struct case_t {
|
||||
|
@@ -1,7 +1,5 @@
|
||||
#include "dtl_test_common.hpp"
|
||||
|
||||
#include "comparators.hpp"
|
||||
|
||||
class Strdiff3test : public ::testing::Test {
|
||||
protected:
|
||||
dtl_test_typedefs(char, string) typedef struct case_t {
|
||||
|
@@ -1,7 +1,5 @@
|
||||
#include "dtl_test_common.hpp"
|
||||
|
||||
#include "comparators.hpp"
|
||||
|
||||
class Strdifftest : public ::testing::Test {
|
||||
protected:
|
||||
dtl_test_typedefs(char, string) typedef struct case_t {
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#ifndef DTL_COMPARATORS
|
||||
#define DTL_COMPARATORS
|
||||
|
||||
#include "functors.hpp"
|
||||
#include "dtl/functors.hpp"
|
||||
|
||||
class CaseInsensitive : public dtl::Compare<char> {
|
||||
public:
|
||||
|
@@ -3,7 +3,9 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "dtl.hpp"
|
||||
#include "dtl/dtl.hpp"
|
||||
|
||||
#include "comparators.hpp"
|
||||
|
||||
using std::cerr;
|
||||
using std::endl;
|
||||
|
Reference in New Issue
Block a user