From 1bb2504bc9928e68c612787803c84033a847a968 Mon Sep 17 00:00:00 2001 From: aqua Date: Sun, 12 Mar 2023 21:32:52 +0200 Subject: Build tests using HOSTTARGETBIN --- i686/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'i686') 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 -- cgit v1.2.1