3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-16 04:05:53 +00:00

11 lines
262 B
Makefile
Raw Normal View History

2022-04-02 18:24:21 +05:00
# SPDX-License-Identifier: GPL-2.0-only
# Makefile for firmware loading selftests
CFLAGS = -Wall \
-O2
TEST_PROGS := fw_run_tests.sh
2022-09-09 14:21:57 +05:00
TEST_FILES := fw_fallback.sh fw_filesystem.sh fw_upload.sh fw_lib.sh
2022-04-02 18:24:21 +05:00
TEST_GEN_FILES := fw_namespace
include ../lib.mk