Skip to content

Commit

Permalink
tests: Reorganise to enable support for GitHub diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed Nov 7, 2024
1 parent d3c0de6 commit 8f3bc4c
Show file tree
Hide file tree
Showing 79 changed files with 52 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed tests/ps_tests/daft.ps → tests/ps_tests/daft.ps.test
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed tests/ps_tests/kix.ps → tests/ps_tests/kix.ps.test
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed tests/ps_tests/msi.ps → tests/ps_tests/msi.ps.test
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 9 additions & 0 deletions tests/ps_tests/run
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
#!/bin/bash

# Barcode Writer in Pure PostScript
# https://bwipp.terryburton.co.uk
#
# Copyright (c) 2004-2024 Terry Burton

set -e
set -u
set -o pipefail

TEST=$(dirname "$0")

echo -n "Running $TEST: "
Expand Down
Binary file not shown.
Binary file modified tests/ps_tests/test.ps
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions tests/run_tests
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
#!/bin/bash

# Barcode Writer in Pure PostScript
# https://bwipp.terryburton.co.uk
#
# Copyright (c) 2004-2024 Terry Burton

set -e
set -u
set -o pipefail

TESTDIR=$(dirname "$0")

Expand Down
9 changes: 9 additions & 0 deletions tests/test_monolithic/run
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
#!/bin/bash

# Barcode Writer in Pure PostScript
# https://bwipp.terryburton.co.uk
#
# Copyright (c) 2004-2024 Terry Burton

set -e
set -u
set -o pipefail

TEST=$(dirname "$0")

echo -n "Running $TEST: "
Expand Down
9 changes: 9 additions & 0 deletions tests/test_monolithic_package/run
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
#!/bin/bash

# Barcode Writer in Pure PostScript
# https://bwipp.terryburton.co.uk
#
# Copyright (c) 2004-2024 Terry Burton

set -e
set -u
set -o pipefail

TEST=$(dirname "$0")

echo -n "Running $TEST: "
Expand Down
9 changes: 9 additions & 0 deletions tests/test_packaged_resource/run
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
#!/bin/bash

# Barcode Writer in Pure PostScript
# https://bwipp.terryburton.co.uk
#
# Copyright (c) 2004-2024 Terry Burton

set -e
set -u
set -o pipefail

TEST=$(dirname "$0")

echo -n "Running $TEST: "
Expand Down
9 changes: 9 additions & 0 deletions tests/test_resource/run
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
#!/bin/bash

# Barcode Writer in Pure PostScript
# https://bwipp.terryburton.co.uk
#
# Copyright (c) 2004-2024 Terry Burton

set -e
set -u
set -o pipefail

TEST=$(dirname "$0")

echo -n "Running $TEST: "
Expand Down

0 comments on commit 8f3bc4c

Please sign in to comment.