Skip to content

Commit

Permalink
test_linux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Oct 10, 2023
1 parent 40744f7 commit 629898d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/zstd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ jobs:
workflow: ${{ github.workflow }}
version: 3.16.6


test-alpine:
needs: alpine-musl
uses: ./.github/workflows/test-alpine.yml
with:
workflow: ${{ github.workflow }}
artifact: build-musl

test-ubuntu:
needs: alpine-musl
uses: ./.github/workflows/test-ubuntu.yml
with:
workflow: ${{ github.workflow }}
artifact: build-musl

windows-msys2:
if: ${{ vars.CURRENT_TOOL == github.workflow }}
uses: ./.github/workflows/build-windows-msys2.yml
Expand Down
8 changes: 8 additions & 0 deletions zstd/test_linux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

testVersion() {
assertEquals "*** Zstandard CLI (64-bit) v1.5.5, by Yann Collet ***" "$(../bin/zstd --version)"
}

# Load and run shUnit2.
source "../.tests/shunit2/shunit2"

0 comments on commit 629898d

Please sign in to comment.