build: Create build environment

Change-Id: I6c65db1513f8917d10518a12c29e330aabeda89b
diff --git a/tests/main.cpp b/tests/main.cpp
new file mode 100644
index 0000000..74929bb
--- /dev/null
+++ b/tests/main.cpp
@@ -0,0 +1,14 @@
+/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
+/**
+ * Copyright (C) 2013 Regents of the University of California.
+ * See COPYING for copyright and distribution information.
+ */
+
+#define BOOST_TEST_MAIN 1
+#define BOOST_TEST_DYN_LINK 1
+
+#include <boost/test/unit_test.hpp>
+
+BOOST_AUTO_TEST_CASE(Fake)
+{
+}