2023-01-09 17:31:13 +00:00
|
|
|
|
|
|
|
list(APPEND UNIT_TEST_FILES
|
|
|
|
TestBlochSphereNode.cpp
|
2023-01-26 11:27:35 +00:00
|
|
|
TestQuantumCircuitParsing.cpp
|
2023-01-26 15:16:46 +00:00
|
|
|
TestQuantumSimulator.cpp
|
2023-01-09 17:31:13 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(quantum_computing_unit_tests ${CMAKE_SOURCE_DIR}/test/test_runner.cpp ${UNIT_TEST_FILES})
|
|
|
|
target_link_libraries(quantum_computing_unit_tests PUBLIC test_utils quantum_computing)
|
|
|
|
set_property(TARGET quantum_computing_unit_tests PROPERTY FOLDER plugins)
|