Skip to content

Commit

Permalink
minor changes / rename
Browse files Browse the repository at this point in the history
  • Loading branch information
aziz-mu committed May 24, 2023
1 parent 2478932 commit 7fee014
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ add_subdirectory(processor)
add_subdirectory(runner)
add_subdirectory(storage)
add_subdirectory(transaction)
add_subdirectory(lsqb_test)
add_subdirectory(lsqb)
1 change: 1 addition & 0 deletions test/lsqb/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_kuzu_test(lsqb lsqb.cpp)
2 changes: 1 addition & 1 deletion test/lsqb_test/lsqb_test.cpp → test/lsqb/lsqb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ class LSQBTest : public DBTest {

TEST_F(LSQBTest, LSQBTest) {
runTest(TestHelper::appendKuzuRootPath("test/test_files/lsqb/lsqb_queries.test"));
}
}
1 change: 0 additions & 1 deletion test/lsqb_test/CMakeLists.txt

This file was deleted.

0 comments on commit 7fee014

Please sign in to comment.