Skip to content

Commit

Permalink
Move alarm-related tests to own subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
alevy committed Oct 20, 2024
1 parent f7214a0 commit 21d9a9c
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile for user application

# Specify this directory relative to the current application.
TOCK_USERLAND_BASE_DIR = ../../..
TOCK_USERLAND_BASE_DIR = ../../../..

# Which files to compile.
C_SRCS := $(wildcard *.c)
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile for user application

# Specify this directory relative to the current application.
TOCK_USERLAND_BASE_DIR = ../../..
TOCK_USERLAND_BASE_DIR = ../../../..

# Which files to compile.
C_SRCS := $(wildcard *.c)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile for user application

# Specify this directory relative to the current application.
TOCK_USERLAND_BASE_DIR = ../../..
TOCK_USERLAND_BASE_DIR = ../../../..

# Which files to compile.
C_SRCS := $(wildcard *.c)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile for user application

# Specify this directory relative to the current application.
TOCK_USERLAND_BASE_DIR = ../../..
TOCK_USERLAND_BASE_DIR = ../../../..

# Which files to compile.
C_SRCS := $(wildcard *.c)
Expand Down
11 changes: 11 additions & 0 deletions examples/tests/alarms/multi_alarm_test/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Makefile for user application

# Specify this directory relative to the current application.
TOCK_USERLAND_BASE_DIR = ../../../..

# Which files to compile.
C_SRCS := $(wildcard *.c)

# Include userland master makefile. Contains rules and flags for actually
# building the application.
include $(TOCK_USERLAND_BASE_DIR)/AppMakefile.mk
File renamed without changes.
File renamed without changes.
11 changes: 0 additions & 11 deletions examples/tests/multi_alarm_test/Makefile

This file was deleted.

0 comments on commit 21d9a9c

Please sign in to comment.