blob: ef9118d67e4a2978f238cf761933c9269f27be24 [file] [log] [blame]
#!/bin/sh
set -xe
mkdir aten_build aten_install
cd aten_build
cmake ../aten -DNO_CUDA=1 -DCMAKE_INSTALL_PREFIX=../aten_install
make -j32 install
../aten/tools/run_tests.sh .
cd ..
aten/tools/test_install.sh $(pwd)/aten_install $(pwd)/aten