summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-09-16 09:10:44 +0200
committermethodus <methodus@web.de>2012-09-16 09:10:44 +0200
commita24cf8ab2364600681fa7fb001a4c4cbc706a31a (patch)
tree411143876fc3071634874688ae082f043745f6eb /tests/Makefile
parentfb5c28b99ec95e6ca59899191e77af162cf96cbc (diff)
downloadvdr-plugin-upnp-a24cf8ab2364600681fa7fb001a4c4cbc706a31a.tar.gz
vdr-plugin-upnp-a24cf8ab2364600681fa7fb001a4c4cbc706a31a.tar.bz2
Tests für Parser hinzugefügt
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
new file mode 100644
index 0000000..41b056a
--- /dev/null
+++ b/tests/Makefile
@@ -0,0 +1,3 @@
+
+tests: test_parser.cpp ../common/parser.cpp
+ g++ -o test_parser test_parser.cpp ../common/parser.cpp -I../include -I/usr/include -I/usr/local/include \ No newline at end of file