Skip to content

Commit

Permalink
Split test-debtransform from test target
Browse files Browse the repository at this point in the history
We need to do this because we cannot run the debtransform test
on a SUSE system
  • Loading branch information
mlschroe committed May 26, 2021
1 parent d786d46 commit 265f007
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Test
run: |
make test
make test test-debtransform
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ DESTDIR=

all:

.PHONY: test
.PHONY: test test-debtransform

test:
PERL5LIB=. prove -v

test-debtransform:
# debtransform test suite
cd test-debtransform && ./run.sh

Expand Down

0 comments on commit 265f007

Please sign in to comment.