]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/test/TestMain.cpp
Reorganized test suite source tree
[bamtools.git] / src / test / TestMain.cpp
index 878e6e80e4da91deb4a2fde3a02d05635fc2d614..8d2d8611a781b573fd5cb549204813ee50a95865 100755 (executable)
@@ -3,16 +3,9 @@
 #include <gtest/gtest.h>
 
 // BamTools unit tests
-#include "test/api/BamAlignment/BamAlignmentDefaultTest.h"
-#include "test/api/BamAlignment/BamAlignmentFlagTest.h"
-#include "test/api/BamAux/BamAuxBamRegionTest.h"
-#include "test/api/BamIndex/BamIndexFactoryTest.h"
-#include "test/api/BamIndex/BamStandardIndexTest.h"
-#include "test/api/BamMultiReader/BamMultiReaderFileOpsTest.h"
-#include "test/api/BamReader/BamReaderFileOpsTest.h"
-#include "test/api/SamHeader/SamHeaderValidatorTest.h"
-#include "test/api/SamHeader/SamReadGroupDictionaryTest.h"
-#include "test/api/SamHeader/SamSequenceDictionaryTest.h"
+#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);