Add tests that show the timing differences between the Glib/mm based timeouts
[ardour.git] / libs / pbd / wscript
index 0b3b5dbf2dabf6794fe221738f36f82683eca72e..cb55437ae43078de643a3bb16a337dc0f6dfa8c2 100644 (file)
@@ -34,6 +34,7 @@ libpbd_sources = [
     'boost_debug.cc',
     'cartesian.cc',
     'command.cc',
+    'configuration_variable.cc',
     'convert.cc',
     'controllable.cc',
     'controllable_descriptor.cc',
@@ -74,6 +75,8 @@ libpbd_sources = [
     'strsplit.cc',
     'system_exec.cc',
     'textreceiver.cc',
+    'timer.cc',
+    'timing.cc',
     'transmitter.cc',
     'undo.cc',
     'uuid.cc',
@@ -157,6 +160,7 @@ def build(bld):
                 test/mutex_test.cc
                 test/scalar_properties.cc
                 test/signals_test.cc
+                test/timer_test.cc
                 test/convert_test.cc
                 test/filesystem_test.cc
                 test/test_common.cc