diff options
author | aqua <aqua@iserlohn-fortress.net> | 2023-03-12 21:32:52 +0200 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2023-03-12 21:32:52 +0200 |
commit | 1bb2504bc9928e68c612787803c84033a847a968 (patch) | |
tree | ab8e45e8524dd45721e61551d5a092daef05a8ee /i686 | |
parent | Add scripts/test_runner.py (diff) | |
download | kernel-1bb2504bc9928e68c612787803c84033a847a968.tar.xz |
Build tests using HOSTTARGETBIN
Diffstat (limited to 'i686')
-rw-r--r-- | i686/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i686/Makefile b/i686/Makefile index ede39f0..93f9a63 100644 --- a/i686/Makefile +++ b/i686/Makefile @@ -9,6 +9,9 @@ arch.SRCS = boot.S init.s \ gdt.c lgdt.c \ lidt.c isr.c +HOSTTARGETBIN += test_gdt +test_gdt.SRCS = test_gdt.cc + TESTS += test_gdt include ../rules.mk |