Skip to content

Commit f9dc8d4

Browse files
committed
build: Add diffusion integration test to build system
Added test_diffusion_integration.cpp to integration test sources, enabling compilation and execution of diffusion model validation tests in the test suite.
1 parent e4053f0 commit f9dc8d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
# Integration tests
55
target_sources(openpfc-tests PRIVATE
66
test_ui_validation.cpp
7+
test_diffusion_integration.cpp
78
)

0 commit comments

Comments
 (0)