summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2011-10-18 13:25:50 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2011-10-18 13:26:48 +0200
commit42a3b65198f65134ac049172d5c9b998ae6220de (patch)
tree4a182867fb812e2eaacb1259547e2f848dd516e3
parentd99010f50bb7fb80340d92b8a69ec8ef249d39d3 (diff)
downloadlibsocketcan-42a3b65198f65134ac049172d5c9b998ae6220de.tar.gz
libsocketcan-42a3b65198f65134ac049172d5c9b998ae6220de.tar.xz
tests: remove test example
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--GNUmakefile.am3
-rw-r--r--tests/GNUmakefile.am17
-rw-r--r--tests/test.c7
3 files changed, 1 insertions, 26 deletions
diff --git a/GNUmakefile.am b/GNUmakefile.am
index d89ac47..687ff44 100644
--- a/GNUmakefile.am
+++ b/GNUmakefile.am
@@ -1,8 +1,7 @@
SUBDIRS = \
include \
config \
- src \
- tests
+ src
EXTRA_DIST = \
autogen.sh \
diff --git a/tests/GNUmakefile.am b/tests/GNUmakefile.am
deleted file mode 100644
index 0744dc6..0000000
--- a/tests/GNUmakefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-TESTS = \
- test
-
-noinst_PROGRAMS = \
- test
-
-test_SOURCES = \
- test.c
-test_LDADD = \
- $(top_builddir)/src/libsocketcan.la
-
-AM_CPPFLAGS = \
- -I$(top_srcdir)/include \
- -I$(top_builddir)/include
-
-MAINTAINERCLEANFILES = \
- GNUmakefile.in
diff --git a/tests/test.c b/tests/test.c
deleted file mode 100644
index ad562a2..0000000
--- a/tests/test.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-int main(void)
-{
- printf("hallo\n");
- return 0;
-}