Skip to content

Commit 3d98482

Browse files
committed
Added test driver script
1 parent ed72917 commit 3d98482

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test-scripts/test-driver-debian.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
apt install build-essential git cmake pkgconf libgtk-3-dev libsigc++-2.0-dev libyaml-cpp-dev catch2 libglfw3-dev curl xzip libhidapi-dev lsb-release dpkg-dev file libvulkan-dev glslang-dev glslang-tools spirv-tools glslc liblxi-dev libtirpc-dev texlive texlive-fonts-extra texlive-extra-utils
3+
git clone --recursive https://github.com/ngscopeclient/scopehal-apps
4+
rm -rf build
5+
mkdir build
6+
ctest -S ctest-custom.cmake

0 commit comments

Comments
 (0)