]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/test/api/BamIndex/BamStandardIndexTest.h
Initial test suite commit
[bamtools.git] / src / test / api / BamIndex / BamStandardIndexTest.h
diff --git a/src/test/api/BamIndex/BamStandardIndexTest.h b/src/test/api/BamIndex/BamStandardIndexTest.h
new file mode 100644 (file)
index 0000000..f96af82
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef BAMSTANDARDINDEX_TEST_H
+#define BAMSTANDARDINDEX_TEST_H
+
+#include <gtest/gtest.h>
+#include "api/internal/BamStandardIndex_p.h"
+
+TEST(BamStandardIndexTest, Open) {
+
+
+
+}
+
+#endif // BAMSTANDARDINDEX_TEST_H