From 1dcadb942896d6809e0563edc34b33d21db6b036 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Thu, 22 Sep 2022 11:21:53 -0700 Subject: [PATCH] Rename test cases and add them to EXTRA_DIST --- daemon/Makefile.am | 5 ++++- daemon/tests/{comm/config_args.tc => config/args.tc} | 0 daemon/tests/{comm/config_clock.tc => config/clock.tc} | 0 daemon/tests/{comm/config_led.tc => config/led.tc} | 0 daemon/tests/{comm/config_mouse.tc => config/mouse.tc} | 0 5 files changed, 4 insertions(+), 1 deletion(-) rename daemon/tests/{comm/config_args.tc => config/args.tc} (100%) rename daemon/tests/{comm/config_clock.tc => config/clock.tc} (100%) rename daemon/tests/{comm/config_led.tc => config/led.tc} (100%) rename daemon/tests/{comm/config_mouse.tc => config/mouse.tc} (100%) diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 133e956..bc782be 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -103,7 +103,10 @@ EXTRA_DIST += \ # Test cases EXTRA_DIST += \ daemon/test_daemon_comm.py \ - daemon/tests/comm/config_args.tc + daemon/tests/config/args.tc \ + daemon/tests/config/clock.tc \ + daemon/tests/config/led.tc \ + daemon/tests/config/mouse.tc check_PROGRAMS += x52d-mouse-test diff --git a/daemon/tests/comm/config_args.tc b/daemon/tests/config/args.tc similarity index 100% rename from daemon/tests/comm/config_args.tc rename to daemon/tests/config/args.tc diff --git a/daemon/tests/comm/config_clock.tc b/daemon/tests/config/clock.tc similarity index 100% rename from daemon/tests/comm/config_clock.tc rename to daemon/tests/config/clock.tc diff --git a/daemon/tests/comm/config_led.tc b/daemon/tests/config/led.tc similarity index 100% rename from daemon/tests/comm/config_led.tc rename to daemon/tests/config/led.tc diff --git a/daemon/tests/comm/config_mouse.tc b/daemon/tests/config/mouse.tc similarity index 100% rename from daemon/tests/comm/config_mouse.tc rename to daemon/tests/config/mouse.tc