aboutsummaryrefslogtreecommitdiff
path: root/i686/Makefile
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2023-03-05 14:38:54 +0200
committeraqua <aqua@iserlohn-fortress.net>2023-03-05 14:38:54 +0200
commit787c1a6016dd2fdb51f20fcb5ca0ac5e461892d6 (patch)
tree7db9f5102adc3d50ca85a8175ce67465256b8908 /i686/Makefile
parentAdd TARGETBIN and TARGETLIB rules (diff)
downloadkernel-master.tar.xz
Move all tests next to the code they're testingHEADmaster
Diffstat (limited to 'i686/Makefile')
-rw-r--r--i686/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/i686/Makefile b/i686/Makefile
index ba780a9..ede39f0 100644
--- a/i686/Makefile
+++ b/i686/Makefile
@@ -9,5 +9,7 @@ arch.SRCS = boot.S init.s \
gdt.c lgdt.c \
lidt.c isr.c
+TESTS += test_gdt
+
include ../rules.mk