aboutsummaryrefslogtreecommitdiff
path: root/tracer
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-03 14:12:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-03 14:12:48 +0200
commitb9161e6e332cb0279ef8616dbbce4c90b60bce15 (patch)
tree2462cb423cd9b62a7179def871420760bf3c6d98 /tracer
parent8d7db5926bc4764cc368570ea9b64e354c13f671 (diff)
New tests
Diffstat (limited to 'tracer')
-rw-r--r--tracer/object/driver.cxx3
-rw-r--r--tracer/transaction/driver.cxx3
2 files changed, 6 insertions, 0 deletions
diff --git a/tracer/object/driver.cxx b/tracer/object/driver.cxx
index 8e9e437..0d84d0f 100644
--- a/tracer/object/driver.cxx
+++ b/tracer/object/driver.cxx
@@ -3,6 +3,9 @@
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
+// Test object persistence operations.
+//
+
#include <memory>
#include <cassert>
#include <iostream>
diff --git a/tracer/transaction/driver.cxx b/tracer/transaction/driver.cxx
index 752eb0b..9fcce97 100644
--- a/tracer/transaction/driver.cxx
+++ b/tracer/transaction/driver.cxx
@@ -3,6 +3,9 @@
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
+// Test transaction operations.
+//
+
#include <cassert>
#include <iostream>