diff options
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 |