···56 # Test that the CMake config file can be included and sets expected vars
57 ''
58 mkdir test_project
59- cd test_project
6061 echo '
62 cmake_minimum_required(VERSION 3.16)
···70 ' > CMakeLists.txt
7172 CMAKE_PREFIX_PATH="$out" cmake .
73- cd ..
7475 . $out/nix-support/setup-hook
76 env | grep '^ROCM'
···56 # Test that the CMake config file can be included and sets expected vars
57 ''
58 mkdir test_project
59+ pushd test_project
6061 echo '
62 cmake_minimum_required(VERSION 3.16)
···70 ' > CMakeLists.txt
7172 CMAKE_PREFIX_PATH="$out" cmake .
73+ popd
7475 . $out/nix-support/setup-hook
76 env | grep '^ROCM'