libx52/tests/Makefile.am

20 lines
412 B
Makefile

# Automake for libx52 tests
#
# Copyright (C) 2012-2018 Nirenjan Krishnan (nirenjan@nirenjan.org)
#
# SPDX-License-Identifier: GPL-2.0-only WITH Classpath-exception-2.0
TEST_EXTENSIONS = .sh
SH_LOG_COMPILER = $(SHELL)
AM_SH_LOG_FLAGS =
TESTS = \
libx52/test_leds.sh \
libx52/test_brightness.sh \
libx52/test_indicator.sh \
libx52/test_mfd.sh \
libx52/test_clock.sh
EXTRA_DIST = common_infra.sh $(TESTS)