diff --git a/Foundation/testsuite/CMakeLists.txt b/Foundation/testsuite/CMakeLists.txt index ed087c1dd..9c63567c3 100644 --- a/Foundation/testsuite/CMakeLists.txt +++ b/Foundation/testsuite/CMakeLists.txt @@ -65,6 +65,8 @@ src/NamedMutexTest.cpp src/NamedTuplesTest.cpp src/NotificationCenterTest.cpp src/NotificationQueueTest.cpp +src/PriorityNotificationQueueTest.cpp +src/TimedNotificationQueueTest.cpp src/NotificationsTestSuite.cpp src/NullStreamTest.cpp src/NumberFormatterTest.cpp diff --git a/Foundation/testsuite/Makefile-Driver b/Foundation/testsuite/Makefile-Driver index 4e91b3ae0..08f87cbe0 100644 --- a/Foundation/testsuite/Makefile-Driver +++ b/Foundation/testsuite/Makefile-Driver @@ -20,6 +20,7 @@ objects = ActiveMethodTest ActivityTest ActiveDispatcherTest \ NamedEventTest NamedMutexTest ProcessesTestSuite ProcessTest \ MemoryPoolTest MD2EngineTest MD4EngineTest MD5EngineTest ManifestTest \ NDCTest NotificationCenterTest NotificationQueueTest \ + PriorityNotificationQueueTest TimedNotificationQueueTest \ NotificationsTestSuite NullStreamTest NumberFormatterTest \ NumberParserTest PathTest PatternFormatterTest RWLockTest \ RandomStreamTest RandomTest RegularExpressionTest SHA1EngineTest \