Skip to content

Commit

Permalink
Move test to standalone.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Feb 13, 2025
1 parent e49c1ec commit 1013cc4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ set(TILEDB_UNIT_TEST_SOURCES
src/unit-enum-helpers.cc
src/unit-filter-buffer.cc
src/unit-global-order.cc
src/unit-parse-argument.cc
src/unit-ordered-dim-label-reader.cc
src/unit-tile-metadata.cc
src/unit-tile-metadata-generator.cc
Expand Down
1 change: 1 addition & 0 deletions tiledb/sm/misc/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ commence(unit_test misc)
unit_hilbert.cc
unit_integral_type_casts.cc
unit_math.cc
unit_parse_argument.cc
)
conclude(unit_test)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file unit-parse-argument.cc
* @file unit_parse_argument.cc
*
* @section LICENSE
*
Expand Down

0 comments on commit 1013cc4

Please sign in to comment.