summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-08-02 12:18:07 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-08-02 12:18:21 (GMT)
commit2a3da91e474f645fe8d83cb2809dcc4b9bfe6a32 (patch)
tree873846ea1ed08a0ab1d69dd0ae002588fa45c281 /Slimber/UnitTest/Makefile.inc
parent7368b120827e4e9da659da62398bb37a68c19ab5 (diff)
downloadswift-2a3da91e474f645fe8d83cb2809dcc4b9bfe6a32.zip
swift-2a3da91e474f645fe8d83cb2809dcc4b9bfe6a32.tar.bz2
Add MenuletControllerTest.
Diffstat (limited to 'Slimber/UnitTest/Makefile.inc')
-rw-r--r--Slimber/UnitTest/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Slimber/UnitTest/Makefile.inc b/Slimber/UnitTest/Makefile.inc
index f2c4db8..5bc0c8a 100644
--- a/Slimber/UnitTest/Makefile.inc
+++ b/Slimber/UnitTest/Makefile.inc
@@ -1,2 +1,3 @@
UNITTEST_SOURCES += \
- Slimber/UnitTest/LinkLocalPresenceManagerTest.cpp
+ Slimber/UnitTest/LinkLocalPresenceManagerTest.cpp \
+ Slimber/UnitTest/MenuletControllerTest.cpp