Skip to content

Commit bea1459

Browse files
committed
add pcm-raw edp output test
Change-Id: I4ef78c1ee5ad2ad8691d54839a448502ec84aa20
1 parent b8ce69d commit bea1459

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/ci-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ jobs:
6464
name: test-log-raw-tr-wi_ext-single_header-${{ github.sha }}
6565
path: build/bin/raw_tr_wi_ext_single_header.csv
6666

67+
- name: upload-artifact
68+
uses: actions/upload-artifact@v2
69+
with:
70+
name: test-log-raw-edp-${{ github.sha }}
71+
path: build/bin/raw_edp.txt
72+
6773
- name: upload-artifact
6874
uses: actions/upload-artifact@v2
6975
with:

tests/test.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,4 +334,12 @@ if [ "$?" -ne "0" ]; then
334334
exit 1
335335
fi
336336

337+
echo Testing pcm-raw with -edp
338+
./pcm-raw -edp -out raw_edp.txt 0.25 -tr -i=4 -el event_file_test.txt
339+
if [ "$?" -ne "0" ]; then
340+
echo "Error in pcm-raw"
341+
exit 1
342+
fi
343+
344+
337345
popd

0 commit comments

Comments
 (0)