aboutsummaryrefslogtreecommitdiff
path: root/src/filesystem/test/Makefile
blob: 6589d7164719a3299cce020c4373fa6894516505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SRCS= \
  TestDirectory.cpp \
  TestFile.cpp \
  TestFileFactory.cpp \
  TestNfsFile.cpp \
  TestRarFile.cpp \
  TestZipFile.cpp

LIB=filesystemTest.a

INCLUDES += -I../../../lib/gtest/include

include ../../../Makefile.include
-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))