Skip to content

Commit 4e5c4cd

Browse files
committed
Tests are managed within libappimage
1 parent 7fee783 commit 4e5c4cd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ if [ -d /deps/lib ]; then
8080
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH":/deps/lib/
8181
fi
8282

83-
ldd tests/test_*
84-
85-
if [ $RUN_TESTS -ne 0 ]; then
86-
ctest -V
87-
fi
88-
8983
xxd src/runtime | head -n 1
9084

9185
# Do NOT strip runtime

0 commit comments

Comments
 (0)