]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/test/TestMain.cpp
Rolled back test suite code from master until it's ready for full merge
[bamtools.git] / src / test / TestMain.cpp
diff --git a/src/test/TestMain.cpp b/src/test/TestMain.cpp
deleted file mode 100755 (executable)
index 8d2d861..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-
-// GoogleTest
-#include <gtest/gtest.h>
-
-// BamTools unit tests
-#include "test/api/BamToolsApiTest.h"
-#include "test/toolkit/BamToolsToolkitTest.h"
-#include "test/utils/BamToolsUtilsTest.h"
-
-int main(int argc, char* argv[]) {
-    ::testing::InitGoogleTest(&argc, argv);
-    return RUN_ALL_TESTS();
-}