Skip to content

Commit 4b3ef30

Browse files
committed
tests: screen: move to screen_init test
1 parent 39f83a8 commit 4b3ef30

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

examples/tests/screen/Makefile renamed to examples/tests/screen/screen_init/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Makefile for user application
22

33
# Specify this directory relative to the current application.
4-
TOCK_USERLAND_BASE_DIR = ../../..
4+
TOCK_USERLAND_BASE_DIR = ../../../..
55

66
# Which files to compile.
77
C_SRCS := $(wildcard *.c)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Screen Init Test App
2+
====================
3+
4+
This application tests functionality of a screen that supports configuration
5+
(e.g. adjusting the resolution and pixel formats).
File renamed without changes.

0 commit comments

Comments
 (0)