Add back the cpp_thread_test

This commit is contained in:
Martin Kroeker 2020-04-10 12:34:43 +02:00 committed by GitHub
parent d3eba36c5d
commit 82375a5a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -167,3 +167,4 @@ steps:
- make -C utest $COMMON_FLAGS - make -C utest $COMMON_FLAGS
- make -C benchmark $COMMON_FLAGS - make -C benchmark $COMMON_FLAGS
- benchmark/dgemm.goto 10 10 1 - benchmark/dgemm.goto 10 10 1
- make -C cpp_thread_test $COMMON_FLAGS