Skip to content

Commit 2894a55

Browse files
committed
Added test header to tests
1 parent f73caa3 commit 2894a55

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/tests.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
#include "insert_tests.hpp"
1111
#include "erase_tests.hpp"
1212
#include "find_tests.hpp"
13-
#include "overlap_find_tests.hpp"
14-
13+
#include "overlap_find_tests.hpp"
14+
#include "float_overlap_tests.hpp"
15+
1516
int main(int argc, char** argv)
1617
{
1718
#ifdef INTERVAL_TREE_DO_DRAWINGS

0 commit comments

Comments
 (0)