Skip to content

Commit 8335de3

Browse files
authored
Remove keyboard mouse test program (bugfix) (canonical#1736)
This C program does not compile properly on 16.04, which is still a requirement for testing. Moreover, we don't have the expertise to maintain it for the different archs and platform we provide Checkbox for.
1 parent 43b186d commit 8335de3

3 files changed

Lines changed: 1 addition & 206 deletions

File tree

providers/base/src/EXECUTABLES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ clocktest
33
threaded_memtest
44
ptrace_test
55
testptp
6-
keyboard-mouse_test

providers/base/src/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.PHONY:
2-
all: alsa_test clocktest threaded_memtest ptrace_test testptp keyboard-mouse_test
2+
all: alsa_test clocktest threaded_memtest ptrace_test testptp
33

44
ifeq ($(shell uname -m), x86_64)
55
all: testptp
@@ -15,6 +15,5 @@ clocktest: CFLAGS += -D_POSIX_C_SOURCE=199309L -D_DEFAULT_SOURCE
1515
clocktest: LDLIBS += -lrt
1616
alsa_test: CXXFLAGS += -std=c++11
1717
alsa_test: LDLIBS += -lasound -pthread
18-
keyboard-mouse_test:
1918

2019
CFLAGS += -Wall

providers/base/src/keyboard-mouse_test.c

Lines changed: 0 additions & 203 deletions
This file was deleted.

0 commit comments

Comments
 (0)