* Introduced new tests directory.

* added old serialiser tests (FAIL at the moment).
 * moved Makefile scripts to tests diectory.





git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3173 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2010-06-20 11:08:39 +00:00
parent 69bba330ac
commit 9c6a3a7781
19 changed files with 2061 additions and 2 deletions

View file

@ -268,7 +268,7 @@ HEADERS += dbase/cachestrapper.h \
serialiser/rstlvkeys.h \
serialiser/rstlvkvwide.h \
serialiser/rstlvtypes.h \
# serialiser/rstlvutil.h \
serialiser/rstlvutil.h \
services/p3channels.h \
services/p3chatservice.h \
services/p3disc.h \
@ -399,7 +399,7 @@ SOURCES += \
serialiser/rsbaseitems.cc \
serialiser/rstlvkvwide.cc \
serialiser/rstlvimage.cc \
# serialiser/rstlvutil.cc \
serialiser/rstlvutil.cc \
serialiser/rstlvfileitem.cc \
serialiser/rstlvkeys.cc \
serialiser/rsbaseserial.cc \