From 093b77fc295d1bc4694b32fed95da0fab78c4097 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Thu, 1 Oct 2015 21:44:49 +0300 Subject: move test utils to libkmstest library --- libkmstest/testpat.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libkmstest/testpat.h (limited to 'libkmstest/testpat.h') diff --git a/libkmstest/testpat.h b/libkmstest/testpat.h new file mode 100644 index 0000000..b60271a --- /dev/null +++ b/libkmstest/testpat.h @@ -0,0 +1,6 @@ +#pragma once + +namespace kms +{ +void draw_test_pattern(Framebuffer& fb); +} -- cgit v1.2.3