diff options
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index c2bc378..8db2853 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -31,7 +31,6 @@ TARGETS= \ | |||
| 31 | test_gethostname_static \ | 31 | test_gethostname_static \ |
| 32 | test_getlogin_r_dynamic \ | 32 | test_getlogin_r_dynamic \ |
| 33 | test_getlogin_r_static \ | 33 | test_getlogin_r_static \ |
| 34 | test_malloc \ | ||
| 35 | test_memchr_dynamic_read \ | 34 | test_memchr_dynamic_read \ |
| 36 | test_memchr_static_read \ | 35 | test_memchr_static_read \ |
| 37 | test_memcpy_dynamic_read \ | 36 | test_memcpy_dynamic_read \ |
| @@ -103,7 +102,9 @@ gcc: clean all | |||
| 103 | clang: CC=clang | 102 | clang: CC=clang |
| 104 | clang: GCOV=gcov | 103 | clang: GCOV=gcov |
| 105 | clang: CFLAGS+=-I/usr/include/x86_64-linux-musl | 104 | clang: CFLAGS+=-I/usr/include/x86_64-linux-musl |
| 106 | clang: CLFAGS+=-nostdlib | 105 | clang: CFLAGS+=-I../x86_64-linux-musl-native/include/ |
| 106 | clang: CFLAGS+=-Ix86_64-linux-musl-native/include/ | ||
| 107 | clang: CFLAGS+=-nostdinc | ||
| 107 | clang: clean all | 108 | clang: clean all |
| 108 | 109 | ||
| 109 | 110 | ||
