aboutsummaryrefslogtreecommitdiff
path: root/tests/vga/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vga/Makefile')
-rw-r--r--tests/vga/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/vga/Makefile b/tests/vga/Makefile
new file mode 100644
index 0000000..bc2da7f
--- /dev/null
+++ b/tests/vga/Makefile
@@ -0,0 +1,9 @@
+VGA_TEST = 1
+
+DEPENDS = vga.v vga_display.v messages.vh
+
+IVFLAGS =
+
+TOP = vga_test
+
+include ../../Makefile.test