diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-25 22:48:42 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-26 01:29:06 +0200 |
commit | 19f92976d8612b9b70264cc33151e944c52124e1 (patch) | |
tree | bc927f06d12e619c61cbbb6068b7e9e34f3f0a3a /tubes/Library_tubes.mk | |
parent | 7ce4cc7c608399814005e5a7b465bd087077e161 (diff) |
tubes: resurrect unit test to serve again
- make it subsequent test to be less annoying
- we again inherit from CppUnit::TestFixture
- currently there is no test that we've received the sent packet
- nor any test for received file
- to prevent exporting more symbols we link directly tubes' object files
Change-Id: I79edf0c701f8c46eb45d507266f6dafc0c8eeea2
Diffstat (limited to 'tubes/Library_tubes.mk')
-rw-r--r-- | tubes/Library_tubes.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tubes/Library_tubes.mk b/tubes/Library_tubes.mk index e101a71620c8..0acd0a9872d8 100644 --- a/tubes/Library_tubes.mk +++ b/tubes/Library_tubes.mk @@ -43,7 +43,6 @@ $(eval $(call gb_Library_use_libraries,tubes,\ comphelper \ cppu \ sal \ - salhelper \ )) $(eval $(call gb_Library_use_externals,tubes,\ |