···26262727add_sanitizers(vektor)
28282929-file(GLOB TEST_DIRS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/test ${CMAKE_CURRENT_SOURCE_DIR}/test/*)
2929+file(GLOB TEST_DIRS CONFIGURE_DEPENDS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/test ${CMAKE_CURRENT_SOURCE_DIR}/test/*)
30303131foreach(test_dir ${TEST_DIRS})
3232 # Ensure we are looking at a directory, not a random file
···55555656 auto *semaphore = (SemaphoreImpl *)sem;
57575858- queue->cmd_ring->submit(cl->cs, semaphore, value);
5858+ queue->cmd_ring->submit(cl->cs); //, semaphore, value);
59596060 // @todo: to free commandlist, we want to be sure that it is no longer mapped and stuff.
6161 // then, we can freely-free it. But i think this needs some deferred-cleanup, as