tests: remove test example

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
pull/106/head^2
Marc Kleine-Budde 2011-10-18 13:25:50 +02:00
parent d99010f50b
commit 42a3b65198
3 changed files with 1 additions and 26 deletions

View File

@ -1,8 +1,7 @@
SUBDIRS = \
include \
config \
src \
tests
src
EXTRA_DIST = \
autogen.sh \

View File

@ -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

View File

@ -1,7 +0,0 @@
#include <stdio.h>
int main(void)
{
printf("hallo\n");
return 0;
}