Skip to content

Comments

Add Testing Framework#39

Open
TamimEhsan wants to merge 2 commits intoVectorDB-NTU:mainfrom
TamimEhsan:main
Open

Add Testing Framework#39
TamimEhsan wants to merge 2 commits intoVectorDB-NTU:mainfrom
TamimEhsan:main

Conversation

@TamimEhsan
Copy link
Contributor

This PR aims to add a minimal testing framework with some example tests without altering the main repo structure. Google Test is used for the overall testing and mocking mechanism.

The current workflow will remain same. To test run

# Create the folders
mkdir build bin
cd build
# Build executables
cmake .. -DRABITQ_BUILD_TESTS=ON
make
# Run all the tests
ctest

Please feel free to modify any files or suggest modifications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant