diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index cfb63f06..57b9df50 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,8 +1,8 @@ TARGET:=usdx-tests include ../Makefile.inc -headers+=$(wildcard *.hpp) $(wildcard */*.hpp) -sources+=$(wildcard *.cpp) $(wildcard */*.cpp) +headers+=$(wildcard *.hpp) $(wildcard */*.hpp) $(wildcard */*/*.hpp) +sources+=$(wildcard *.cpp) $(wildcard */*.cpp) $(wildcard */*/*.cpp) LDFLAGS+=-lcppunit CXXFLAGS-COVERAGE:=-fprofile-arcs -ftest-coverage |