diff options
| author | methodus <methodus@web.de> | 2012-09-16 09:10:44 +0200 |
|---|---|---|
| committer | methodus <methodus@web.de> | 2012-09-16 09:10:44 +0200 |
| commit | a24cf8ab2364600681fa7fb001a4c4cbc706a31a (patch) | |
| tree | 411143876fc3071634874688ae082f043745f6eb /tests/Makefile | |
| parent | fb5c28b99ec95e6ca59899191e77af162cf96cbc (diff) | |
| download | vdr-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/Makefile | 3 |
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 |
