diff options
Diffstat (limited to 'tests/ConnectionHandlerTest')
-rw-r--r-- | tests/ConnectionHandlerTest/ConnectionHandlerTest.cbp | 13 | ||||
-rw-r--r-- | tests/ConnectionHandlerTest/ConnectionHandlerTest.layout | 2 |
2 files changed, 3 insertions, 12 deletions
diff --git a/tests/ConnectionHandlerTest/ConnectionHandlerTest.cbp b/tests/ConnectionHandlerTest/ConnectionHandlerTest.cbp index 31d9050..346b0a3 100644 --- a/tests/ConnectionHandlerTest/ConnectionHandlerTest.cbp +++ b/tests/ConnectionHandlerTest/ConnectionHandlerTest.cbp @@ -14,14 +14,6 @@ <Compiler> <Add option="-g" /> </Compiler> - <Linker> - <Add library="../../libs/fsScan/libfsScan.a" /> - <Add library="../../libs/networking/libnetworking.a" /> - <Add library="../../libs/util/libutil.a" /> - <Add library="../../libs/vdr/libvdr.a" /> - <Add library="ssl" /> - <Add library="crypt" /> - </Linker> </Target> <Target title="Release"> <Option output="bin/Release/Tests" prefix_auto="1" extension_auto="1" /> @@ -42,7 +34,7 @@ <Add option="-D_REENTRANT" /> <Add option="-D_GNU_SOURCE=1" /> <Add directory="../../cmps/serverlib/include" /> - <Add directory="../../libs/fsScan/include" /> + <Add directory="../../libs/mediaScan/include" /> <Add directory="../../libs/networking/include" /> <Add directory="../../libs/IO/include" /> <Add directory="../../libs/util/include" /> @@ -50,13 +42,12 @@ </Compiler> <Linker> <Add library="../../cmps/serverlib/libserverlib.a" /> - <Add library="../../libs/fsScan/libfsScan.a" /> + <Add library="../../libs/mediaScan/libmediaScan.a" /> <Add library="../../libs/networking/libnetworking.a" /> <Add library="../../libs/IO/libIO.a" /> <Add library="../../libs/util/libutil.a" /> <Add library="../../libs/vdr/libvdr.a" /> <Add library="ssl" /> - <Add library="crypt" /> <Add library="pthread" /> <Add library="rt" /> <Add library="pcrecpp" /> diff --git a/tests/ConnectionHandlerTest/ConnectionHandlerTest.layout b/tests/ConnectionHandlerTest/ConnectionHandlerTest.layout index 130e1dc..b559e7b 100644 --- a/tests/ConnectionHandlerTest/ConnectionHandlerTest.layout +++ b/tests/ConnectionHandlerTest/ConnectionHandlerTest.layout @@ -3,7 +3,7 @@ <ActiveTarget name="Debug" /> <File name="ConnectionHandlerTest.cc" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> <Cursor> - <Cursor1 position="916" topLine="0" /> + <Cursor1 position="156" topLine="15" /> </Cursor> </File> </CodeBlocks_layout_file> |