diff options
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 0e415a5..ee43a93 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -2,7 +2,9 @@ CC=../x86_64-linux-musl-native/bin/gcc | |||
| 2 | GCOV=../x86_64-linux-musl-native/bin/gcov | 2 | GCOV=../x86_64-linux-musl-native/bin/gcov |
| 3 | CFLAGS=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 | 3 | CFLAGS=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 |
| 4 | 4 | ||
| 5 | TARGETS=test_memcpy_static_write \ | 5 | TARGETS= \ |
| 6 | test_fgets \ | ||
| 7 | test_memcpy_static_write \ | ||
| 6 | test_memcpy_dynamic_write \ | 8 | test_memcpy_dynamic_write \ |
| 7 | test_memcpy_static_read \ | 9 | test_memcpy_static_read \ |
| 8 | test_memcpy_dynamic_read \ | 10 | test_memcpy_dynamic_read \ |
