diff options
| author | jvoisin | 2023-06-25 18:36:32 +0200 |
|---|---|---|
| committer | jvoisin | 2023-06-25 18:45:59 +0200 |
| commit | 87cdb231528847386c8d5408e252f7afec52c6a6 (patch) | |
| tree | 65efc02411b84d45c986e3407697868f3d250304 /tests/Makefile | |
| parent | 8848bca36ef19c15b071939e69bec77603d64ca1 (diff) | |
Run clang and gcc in the CI
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 48374bf..f6946f9 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -34,7 +34,7 @@ TARGETS= \ | |||
| 34 | test_poll \ | 34 | test_poll \ |
| 35 | test_ppoll \ | 35 | test_ppoll \ |
| 36 | 36 | ||
| 37 | #.SILENT: | 37 | .SILENT: |
| 38 | 38 | ||
| 39 | gcc: CC=../x86_64-linux-musl-native/bin/gcc | 39 | gcc: CC=../x86_64-linux-musl-native/bin/gcc |
| 40 | gcc: GCOV=../x86_64-linux-musl-native/bin/gcov | 40 | gcc: GCOV=../x86_64-linux-musl-native/bin/gcov |
