]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
tests : add a C compliance test (#2848)
authorCebtenzzre <redacted>
Wed, 30 Aug 2023 06:20:26 +0000 (02:20 -0400)
committerGitHub <redacted>
Wed, 30 Aug 2023 06:20:26 +0000 (09:20 +0300)
commit849408957c687cde4ab32c147107f643fc55130b
tree5ca464144f25b39f9978a9e650e70e77dcb583e7
parent06abf8eebabe086ca4003dee2754ab45032cd3fd
tests : add a C compliance test (#2848)

* tests : add a C compliance test

* make : build C compliance test by default

* make : fix clean and make sure C test fails on clang

* make : move -Werror=implicit-int to CFLAGS
CMakeLists.txt
Makefile
tests/CMakeLists.txt
tests/test-c.c [new file with mode: 0644]