Skip to content

Commit 864174c

Browse files
author
Alin Loghin
committed
cleanup
-removed unused files -moved to docs
1 parent a178b5a commit 864174c

11 files changed

+2
-283
lines changed

benchmark/bench.cpp

-144
This file was deleted.

benchmark/configure.bat

-14
This file was deleted.

benchmark/configure.sh

-123
This file was deleted.

bin/ci/script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mkdir build && cd build && cmake ..
66
make
77
echo "Current folder"
88
ls
9-
./test
9+
./thst_test
1010
cd ../../
1111

1212
# Builds and runs spatial_index_benchmark
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ set(SOURCE_FILES ../RTree.h ../rtree_detail.h ../config.h ../bbox.h ../allocator
88

99
include_directories("${CMAKE_SOURCE_DIR}/../")
1010

11-
add_executable(test ${SOURCE_FILES} main.cpp)
11+
add_executable(thst_test ${SOURCE_FILES} main.cpp)

0 commit comments

Comments
 (0)