tests: Add boost's test framework based tests

Change-Id: I1b2f62a9c79ede703ac4d91f9f63b380aa5d5d16
diff --git a/tests_boost/main.cpp b/tests_boost/main.cpp
new file mode 100644
index 0000000..6b0a14a
--- /dev/null
+++ b/tests_boost/main.cpp
@@ -0,0 +1,13 @@
+/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */
+/*
+ * Copyright (c) 2013, Regents of the University of California
+ *
+ * BSD license, See the LICENSE file for more information
+ *
+ * Author: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
+ */
+
+#define BOOST_TEST_MAIN 1
+#define BOOST_TEST_DYN_LINK 1
+
+#include <boost/test/unit_test.hpp>