Added initial example for automated CI

Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
Alejandro Saucedo 2022-11-26 15:42:18 +00:00
parent c4a4dc4908
commit 2e258610aa
No known key found for this signature in database
GPG key ID: 99EBB7E98B99695F

View file

@ -32,7 +32,7 @@ jobs:
- name: Run tests
run: |
# Check that the expected output is printed
OUTPUT=${{github.workspace}}/examples/array_multiplication/build/src/kompute_array_mult | \
${{github.workspace}}/examples/array_multiplication/build/src/kompute_array_mult | \
tee $(tty) | grep -q "Output: { 0 4 12 }"