summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-10-28 20:16:19 +0100
committermethodus <methodus@web.de>2012-10-28 20:16:19 +0100
commit6dd746005c921dc2c49bf19a3524ea3bfb5e2d30 (patch)
tree876a7075f299982ef4c0eb188731349c357ad683 /tests/Makefile
parent735900e78b42329b6548ff67612c672f5a3fdceb (diff)
downloadvdr-plugin-upnp-6dd746005c921dc2c49bf19a3524ea3bfb5e2d30.tar.gz
vdr-plugin-upnp-6dd746005c921dc2c49bf19a3524ea3bfb5e2d30.tar.bz2
Added database wrapper replacement for tntdb. Added a test_programm to verify its functionality.
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/Makefile b/tests/Makefile
index c8e6192..35914be 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,6 +1,8 @@
-
parser: test_parser.cpp ../common/parser.cpp
g++ -o test_parser test_parser.cpp ../common/parser.cpp -g -I../include -I/usr/include -I/usr/local/include
-
+
dllloader: dll_loader.cpp ../media/pluginManager.cpp ../common/tools.cpp
- g++ -o test_dllloader dll_loader.cpp ../media/pluginManager.cpp ../common/tools.cpp -g -ldl -Wl,--export-dynamic -I../include -I/usr/include -I/usr/local/include \ No newline at end of file
+ g++ -o test_dllloader dll_loader.cpp ../media/pluginManager.cpp ../common/tools.cpp -g -ldl -Wl,--export-dynamic -I../include -I/usr/include -I/usr/local/include
+
+database: test_database.cpp
+ g++ -o test_database test_database.cpp -g -lsqlite3 -I../include -I/usr/include -I/usr/local/include \ No newline at end of file