Skip to content

Commit 21d9a9c

Browse files
committed
Move alarm-related tests to own subfolder
1 parent f7214a0 commit 21d9a9c

File tree

16 files changed

+15
-15
lines changed

16 files changed

+15
-15
lines changed

examples/tests/alarm_in_overflow/Makefile renamed to examples/tests/alarms/alarm_in_overflow/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)
File renamed without changes.
File renamed without changes.

examples/tests/multi_alarm_dont_ignore_previous_overflow/Makefile renamed to examples/tests/alarms/multi_alarm_dont_ignore_previous_overflow/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)
File renamed without changes.
File renamed without changes.

examples/tests/multi_alarm_simple_overflow_test/Makefile renamed to examples/tests/alarms/multi_alarm_simple_overflow_test/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)
File renamed without changes.
File renamed without changes.

examples/tests/multi_alarm_simple_test/Makefile renamed to examples/tests/alarms/multi_alarm_simple_test/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)

0 commit comments

Comments
 (0)