summaryrefslogtreecommitdiffstats
path: root/xbmc/addons/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/addons/test/Makefile')
-rw-r--r--xbmc/addons/test/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/xbmc/addons/test/Makefile b/xbmc/addons/test/Makefile
new file mode 100644
index 0000000..bf74bd6
--- /dev/null
+++ b/xbmc/addons/test/Makefile
@@ -0,0 +1,9 @@
1SRCS= \
2 TestAddonVersion.cpp
3
4LIB=addonsTest.a
5
6INCLUDES += -I../../../lib/gtest/include
7
8include ../../../Makefile.include
9-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))