diff options
Diffstat (limited to 'src/tests/test.cpp')
-rw-r--r-- | src/tests/test.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/tests/test.cpp b/src/tests/test.cpp index d9cba5e..d731d7c 100644 --- a/src/tests/test.cpp +++ b/src/tests/test.cpp @@ -1,4 +1,3 @@ -#include <gtest/gtest.h> // test.cpp - Driver for testwuite // // Copyright © 2013 Ben Longbons <b.r.longbons@gmail.com> @@ -18,8 +17,15 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. +#include <gtest/gtest.h> + #include "../poison.hpp" + +namespace tmwa +{ +} // namespace tmwa + int main(int argc, char **argv) { ::testing::InitGoogleTest(&argc, argv); |