This commit is contained in:
parent
46a8ebf6da
commit
f04e3652a5
1 changed files with 0 additions and 5 deletions
|
@ -9,10 +9,6 @@ export CXX=$(which g++)
|
||||||
export CC=$(which gcc)
|
export CC=$(which gcc)
|
||||||
export DISPLAY=:99
|
export DISPLAY=:99
|
||||||
|
|
||||||
lshw -C display
|
|
||||||
nvidia-smi
|
|
||||||
vulkaninfo --summary
|
|
||||||
|
|
||||||
# gcc uses libstdc++ by default
|
# gcc uses libstdc++ by default
|
||||||
cmake .. \
|
cmake .. \
|
||||||
-G Ninja \
|
-G Ninja \
|
||||||
|
@ -25,5 +21,4 @@ cmake .. \
|
||||||
for test in $(find ./ -type f -name '*_tests' -executable); do
|
for test in $(find ./ -type f -name '*_tests' -executable); do
|
||||||
echo "Running $test"
|
echo "Running $test"
|
||||||
gdb -ex='set confirm off' -ex='run' -ex='bt' -ex='quit' "$test"
|
gdb -ex='set confirm off' -ex='run' -ex='bt' -ex='quit' "$test"
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue