diff options
| -rw-r--r-- | test/kernel_test/Makefile | 2 | ||||
| -rw-r--r-- | test/libsystem_test/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/kernel_test/Makefile b/test/kernel_test/Makefile index 823ac0d2..c4057a5e 100644 --- a/test/kernel_test/Makefile +++ b/test/kernel_test/Makefile @@ -1,6 +1,6 @@ ################################################## # (c) Amlal El Mahrouss and NeKernel Authors, licensed under the Apache 2.0 license. -# This file is for libSystem.dll's testing stubs. +# This file is for kernel testing. ################################################## GCC=x86_64-w64-mingw32-g++ -Wl,-subsystem=17 diff --git a/test/libsystem_test/Makefile b/test/libsystem_test/Makefile index 0e38e134..a2bb9d4f 100644 --- a/test/libsystem_test/Makefile +++ b/test/libsystem_test/Makefile @@ -1,6 +1,6 @@ ################################################## # (c) Amlal El Mahrouss and NeKernel Authors, licensed under the Apache 2.0 license. -# This file is for libSystem.dll's testing stubs. +# This file is for libsystem testing. ################################################## GCC=x86_64-w64-mingw32-g++ -Wl,-subsystem=17 |
