SWDEV-1 - hip tests: Moving ctest file generation to execution phase (#2522)

Earlier ctest file creation was taking place during build time.
Due to cmake framework issue the file creation had issues,
which in turn failed the test build.
This change moves this logic to the execution phase
and gets rid of the unwanted dependency during build time

Change-Id: Ifbf7e325f1b15a8be12e76560a6d339bc76705ee

[ROCm/hip commit: 59a23a7441]
Bu işleme şunda yer alıyor:
agunashe
2022-02-28 09:26:33 -08:00
işlemeyi yapan: GitHub
ebeveyn 52325e1396
işleme c6f47ab2d9
6 değiştirilmiş dosya ile 62 ekleme ve 34 silme
+6 -2
Dosyayı Görüntüle
@@ -18,7 +18,12 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
add_subdirectory(memory)
# Currently build fails for these two test sets
if (UNIX)
add_subdirectory(memory)
add_subdirectory(graph)
endif()
add_subdirectory(deviceLib)
add_subdirectory(stream)
add_subdirectory(event)
@@ -29,4 +34,3 @@ add_subdirectory(printf)
add_subdirectory(printfExe)
add_subdirectory(texture)
add_subdirectory(streamperthread)
add_subdirectory(graph)