Move tests to sub folder

pull/32/head
Geoffrey Merck 4 years ago
parent fecd6633f7
commit 775805eaf7

@ -18,7 +18,7 @@
#include <gtest/gtest.h>
#include "../APRSParser.h"
#include "../../APRSParser.h"
class APRSParser_parseAPRSFrame_Tests : public ::testing::Test {

@ -1,5 +1,5 @@
SRCS = $(wildcard *.cpp) $(wildcard ../*.cpp)
SRCS = $(wildcard *.cpp) $(wildcard ../*.cpp) $(wildcard */*.cpp)
OBJS = $(SRCS:.cpp=.o)
DEPS = $(SRCS:.cpp=.d)

Loading…
Cancel
Save

Powered by TurnKey Linux.