tests: remove test example
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>pull/106/head^2
parent
d99010f50b
commit
42a3b65198
|
|
@ -1,8 +1,7 @@
|
|||
SUBDIRS = \
|
||||
include \
|
||||
config \
|
||||
src \
|
||||
tests
|
||||
src
|
||||
|
||||
EXTRA_DIST = \
|
||||
autogen.sh \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
printf("hallo\n");
|
||||
return 0;
|
||||
}
|
||||
Loading…
Reference in New Issue