diff options
| author | jvoisin | 2023-07-05 15:38:56 +0200 |
|---|---|---|
| committer | jvoisin | 2023-07-05 15:38:56 +0200 |
| commit | b1c35c95f1384747b53cb5bdd8d5030068a39602 (patch) | |
| tree | 696437aab0aee79e02dbe1f255cf3a18a4c765c5 /tests/Makefile | |
| parent | a8f6f7a21f687dd99175591ff5b3a1d708f67cbe (diff) | |
Add tests for bcopy
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 4cae588..e14fced 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -2,6 +2,10 @@ CFLAGS=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 | |||
| 2 | 2 | ||
| 3 | TARGETS= \ | 3 | TARGETS= \ |
| 4 | test_fgets \ | 4 | test_fgets \ |
| 5 | test_bcopy_static_write \ | ||
| 6 | test_bcopy_dynamic_write \ | ||
| 7 | test_bcopy_static_read \ | ||
| 8 | test_bcopy_dynamic_read \ | ||
| 5 | test_memcpy_static_write \ | 9 | test_memcpy_static_write \ |
| 6 | test_memcpy_dynamic_write \ | 10 | test_memcpy_dynamic_write \ |
| 7 | test_memcpy_static_read \ | 11 | test_memcpy_static_read \ |
