Skip to content

Commit

Permalink
Add tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul committed Sep 21, 2023
1 parent 86ba596 commit 536c828
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: Build
name: Build and check
steps:
- uses: actions/checkout@v2
- name: dependencies
Expand All @@ -32,3 +32,5 @@ jobs:
run: ./configure
- name: make
run: make
- name: make check
run: make check
2 changes: 1 addition & 1 deletion tests/Pierre_Rabhi_Vers_la_sobriete_heureuse.expected
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(C)2003-2021 J. Lemmens
(C)2003-2021 J. Lemmens
Daisy-player - Version 13.0
A parser to play Daisy CD's with Linux
Scanning for a Daisy CD...
Expand Down
2 changes: 1 addition & 1 deletion tests/S07241.expected
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(C)2003-2021 J. Lemmens
(C)2003-2021 J. Lemmens
Daisy-player - Version 13.0
A parser to play Daisy CD's with Linux
Scanning for a Daisy CD...
Expand Down
2 changes: 1 addition & 1 deletion tests/Six_points_de_lumiere.expected
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(C)2003-2021 J. Lemmens
(C)2003-2021 J. Lemmens
Daisy-player - Version 13.0
A parser to play Daisy CD's with Linux
Scanning for a Daisy CD...
Expand Down
2 changes: 1 addition & 1 deletion tests/Y9621.expected
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(C)2003-2021 J. Lemmens
(C)2003-2021 J. Lemmens
Daisy-player - Version 13.0
A parser to play Daisy CD's with Linux
Scanning for a Daisy CD...
Expand Down
1 change: 1 addition & 0 deletions tests/run1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
set -xue

export LC_ALL=C
export TERM=dumb

test -d "$abs_srcdir"

Expand Down

0 comments on commit 536c828

Please sign in to comment.