diff --git a/tests/Makefile.am b/tests/Makefile.am index f42a932..2007129 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ -# Automake for libx52 tests +# Automake for x52cli tests # -# Copyright (C) 2012-2018 Nirenjan Krishnan (nirenjan@nirenjan.org) +# Copyright (C) 2012-2020 Nirenjan Krishnan (nirenjan@nirenjan.org) # # SPDX-License-Identifier: GPL-2.0-only WITH Classpath-exception-2.0 @@ -8,12 +8,12 @@ LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh TESTS = \ - libx52/test_leds \ - libx52/test_brightness \ - libx52/test_indicator \ - libx52/test_mfd \ - libx52/test_clock \ - libx52/test_timezone + x52cli/test_leds \ + x52cli/test_brightness \ + x52cli/test_indicator \ + x52cli/test_mfd \ + x52cli/test_clock \ + x52cli/test_timezone EXTRA_DIST = common_infra.sh $(TESTS) diff --git a/tests/libx52/test_brightness b/tests/x52cli/test_brightness similarity index 100% rename from tests/libx52/test_brightness rename to tests/x52cli/test_brightness diff --git a/tests/libx52/test_clock b/tests/x52cli/test_clock similarity index 100% rename from tests/libx52/test_clock rename to tests/x52cli/test_clock diff --git a/tests/libx52/test_indicator b/tests/x52cli/test_indicator similarity index 100% rename from tests/libx52/test_indicator rename to tests/x52cli/test_indicator diff --git a/tests/libx52/test_leds b/tests/x52cli/test_leds similarity index 100% rename from tests/libx52/test_leds rename to tests/x52cli/test_leds diff --git a/tests/libx52/test_mfd b/tests/x52cli/test_mfd similarity index 100% rename from tests/libx52/test_mfd rename to tests/x52cli/test_mfd diff --git a/tests/libx52/test_timezone b/tests/x52cli/test_timezone similarity index 100% rename from tests/libx52/test_timezone rename to tests/x52cli/test_timezone