Skip to content

Conversation

@arijit-dasgupta
Copy link
Contributor

I have made 2 folders in tests for cpp files and python files. Plus I edited the CMakeLists.txt so that it automatically looks for every CPP and CUDA file inside of the testing folder without needing to manually add everytime.

# C++ CUDA test executable
file(GLOB CPP_CUDA_TEST_SOURCES tests/cpp_tests/*.cu tests/cpp_tests/*.cpp)
add_executable(test_add ${CPP_CUDA_TEST_SOURCES})

@arijit-dasgupta arijit-dasgupta merged commit ce87d40 into master Nov 18, 2025
1 check passed
@arijit-dasgupta arijit-dasgupta deleted the arijit/restructure-tests branch November 18, 2025 01:33
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.

2 participants