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 /devices/Makefile | |
parent | Add scripts/test_runner.py (diff) | |
download | kernel-1bb2504bc9928e68c612787803c84033a847a968.tar.xz |
Build tests using HOSTTARGETBIN
Diffstat (limited to 'devices/Makefile')
-rw-r--r-- | devices/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/Makefile b/devices/Makefile index 8040bec..3222ad8 100644 --- a/devices/Makefile +++ b/devices/Makefile @@ -10,7 +10,7 @@ devs.SRCS = pic_8259.c uart/uart_16550.c vga.c i8042.c pckbd.c mouse.c HOSTTARGETBIN += uart/test_uart_16550 uart/test_uart_16550.SRCS = uart/uart_16550.c uart/unittest_uart_16550.cc -#TESTS += uart/test_uart_16550 +TESTS += uart/test_uart_16550 include ../rules.mk |