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:55:19 +00:00
parent c48d2d1539
commit b02640a026
No known key found for this signature in database
GPG key ID: 99EBB7E98B99695F

View file

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