File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2323 sudo make install
2424 - run : cmake -S test -B test/build
2525 - run : cmake --build test/build
26- - run : test/build/pqxx_test
2726
2827 # test install
2928 - run : cmake -S . -B build
Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ cd pgvector-cpp
108108createdb pgvector_cpp_test
109109cmake -S test -B test/build
110110cmake --build test/build
111- test/build/pqxx_test
112111```
113112
114113To run an example:
Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ add_subdirectory("${PROJECT_SOURCE_DIR}/.." pgvector)
1616
1717add_executable (pqxx_test pqxx_test.cpp)
1818target_link_libraries (pqxx_test PRIVATE libpqxx::pqxx pgvector::pgvector)
19+ add_custom_command (TARGET pqxx_test POST_BUILD COMMAND "${CMAKE_CURRENT_BINARY_DIR} /pqxx_test" )
You can’t perform that action at this time.
0 commit comments