testsuite/libtests: Merged nested Makefile.am files into one Makefile.am

This change is part of the testsuite Makefile.am reorganization.

Update #3382
This commit is contained in:
Chris Johns
2018-04-10 08:24:54 +10:00
parent 32f2629bb7
commit 5c65b9881b
100 changed files with 1403 additions and 2482 deletions
File diff suppressed because it is too large Load Diff
-149
View File
@@ -1,149 +0,0 @@
CC = @CC@
check_PROGRAMS =
check_PROGRAMS += calloc
calloc_SOURCES = calloc.c
check_PROGRAMS += clock_gettime
clock_gettime_SOURCES = clock_gettime.c
check_PROGRAMS += close
close_SOURCES = close.c
check_PROGRAMS += dup2
dup2_SOURCES = dup2.c
check_PROGRAMS += fcntl
fcntl_SOURCES = fcntl.c
check_PROGRAMS += flockfile
flockfile_SOURCES = flockfile.c
check_PROGRAMS += fork
fork_SOURCES = fork.c
check_PROGRAMS += free
free_SOURCES = free.c
check_PROGRAMS += fstat
fstat_SOURCES = fstat.c
check_PROGRAMS += ftrylockfile
ftrylockfile_SOURCES = ftrylockfile.c
check_PROGRAMS += funlockfile
funlockfile_SOURCES = funlockfile.c
# FIXME: BSD-proprietary
# check_PROGRAMS += getdents
# getdents_SOURCES = getdents.c
check_PROGRAMS += getlogin
getlogin_SOURCES = getlogin.c
check_PROGRAMS += getpwnam
getpwnam_SOURCES = getpwnam.c
check_PROGRAMS += getpwuid
getpwuid_SOURCES = getpwuid.c
check_PROGRAMS += gettimeofday
gettimeofday_SOURCES = gettimeofday.c
check_PROGRAMS += getuid
getuid_SOURCES = getuid.c
# FIXME: BSD-proprietary
# check_PROGRAMS += issetugid
# issetugid_SOURCES = issetugid.c
check_PROGRAMS += htonl
htonl_SOURCES = htonl.c
check_PROGRAMS += iconv
iconv_SOURCES = iconv.c
check_PROGRAMS += iconv_close
iconv_close_SOURCES = iconv_close.c
check_PROGRAMS += iconv_open
iconv_open_SOURCES = iconv_open.c
check_PROGRAMS += lseek
lseek_SOURCES = lseek.c
check_PROGRAMS += longjmp
longjmp_SOURCES = longjmp.c
check_PROGRAMS += lstat
lstat_SOURCES = lstat.c
check_PROGRAMS += kill
kill_SOURCES = kill.c
check_PROGRAMS += malloc
malloc_SOURCES = malloc.c
check_PROGRAMS += nanosleep
nanosleep_SOURCES = nanosleep.c
check_PROGRAMS += open
open_SOURCES = open.c
check_PROGRAMS += pipe
pipe_SOURCES = pipe.c
check_PROGRAMS += posix_memalign
posix_memalign_SOURCES = posix_memalign.c
check_PROGRAMS += read
read_SOURCES = read.c
check_PROGRAMS += readv
readv_SOURCES = readv.c
check_PROGRAMS += realloc
realloc_SOURCES = realloc.c
check_PROGRAMS += setjmp
setjmp_SOURCES = setjmp.c
check_PROGRAMS += sigaddset
sigaddset_SOURCES = sigaddset.c
check_PROGRAMS += sigdelset
sigdelset_SOURCES = sigdelset.c
check_PROGRAMS += sigemptyset
sigemptyset_SOURCES = sigemptyset.c
check_PROGRAMS += sigfillset
sigfillset_SOURCES = sigfillset.c
check_PROGRAMS += sigismember
sigismember = sigismember.c
check_PROGRAMS += sigprocmask
sigprocmask_SOURCES = sigprocmask.c
check_PROGRAMS += stat
stat_SOURCES = stat.c
check_PROGRAMS += unlink
unlink_SOURCES = unlink.c
check_PROGRAMS += vfork
vfork_SOURCES = vfork.c
check_PROGRAMS += wait
wait_SOURCES = wait.c
check_PROGRAMS += waitpid
waitpid_SOURCES = waitpid.c
check_PROGRAMS += write
write_SOURCES = write.c
check_PROGRAMS += writev
writev_SOURCES = writev.c
-21
View File
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = block01
block01_SOURCES = init.c
dist_rtems_tests_DATA = block01.scn block01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(block01_OBJECTS)
LINK_LIBS = $(block01_LDLIBS)
block01$(EXEEXT): $(block01_OBJECTS) $(block01_DEPENDENCIES)
@rm -f block01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-21
View File
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = block02
block02_SOURCES = init.c
dist_rtems_tests_DATA = block02.scn block02.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(block02_OBJECTS)
LINK_LIBS = $(block02_LDLIBS)
block02$(EXEEXT): $(block02_OBJECTS) $(block02_DEPENDENCIES)
@rm -f block02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-21
View File
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = block03
block03_SOURCES = init.c
dist_rtems_tests_DATA = block03.scn block03.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(block03_OBJECTS)
LINK_LIBS = $(block03_LDLIBS)
block03$(EXEEXT): $(block03_OBJECTS) $(block03_DEPENDENCIES)
@rm -f block03$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-21
View File
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = block04
block04_SOURCES = init.c
dist_rtems_tests_DATA = block04.scn block04.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(block04_OBJECTS)
LINK_LIBS = $(block04_LDLIBS)
block04$(EXEEXT): $(block04_OBJECTS) $(block04_DEPENDENCIES)
@rm -f block04$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-21
View File
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = block05
block05_SOURCES = init.c
dist_rtems_tests_DATA = block05.scn block05.doc block05.png
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(block05_OBJECTS)
LINK_LIBS = $(block05_LDLIBS)
block05$(EXEEXT): $(block05_OBJECTS) $(block05_DEPENDENCIES)
@rm -f block05$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-21
View File
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = block06
block06_SOURCES = init.c
dist_rtems_tests_DATA = block06.scn block06.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(block06_OBJECTS)
LINK_LIBS = $(block06_LDLIBS)
block06$(EXEEXT): $(block06_OBJECTS) $(block06_DEPENDENCIES)
@rm -f block06$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-21
View File
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = block07
block07_SOURCES = init.c
dist_rtems_tests_DATA = block07.scn block07.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(block07_OBJECTS)
LINK_LIBS = $(block07_LDLIBS)
block07$(EXEEXT): $(block07_OBJECTS) $(block07_DEPENDENCIES)
@rm -f block07$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-47
View File
@@ -1,47 +0,0 @@
##
## Copyright (C) 2010 OKTET Labs, St.-Petersburg, Russia
## Author: Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
##
## The license and distribution terms for this file may be
## found in the file LICENSE in this distribution or at
## http://www.rtems.org/license/LICENSE.
##
rtems_tests_PROGRAMS = block08
block08_SOURCES = init.c \
system.h \
bdbuf_tests.c \
bdbuf_tests.h \
test_disk.c \
bdbuf_test1_1.c \
bdbuf_test1_2.c \
bdbuf_test1_3.c \
bdbuf_test1_4.c \
bdbuf_test1_5.c \
bdbuf_test2_1.c \
bdbuf_test2_2.c \
bdbuf_test3_1.c \
bdbuf_test3_2.c \
bdbuf_test3_3.c \
bdbuf_test4_1.c \
bdbuf_test4_2.c \
bdbuf_test4_3.c
dist_rtems_tests_DATA = block08.scn block08.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(block08_OBJECTS)
LINK_LIBS = $(block08_LDLIBS)
block08$(EXEEXT): $(block08_OBJECTS) $(block08_DEPENDENCIES)
@rm -f block08$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-21
View File
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = block09
block09_SOURCES = init.c
dist_rtems_tests_DATA = block09.scn block09.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(block09_OBJECTS)
LINK_LIBS = $(block09_LDLIBS)
block09$(EXEEXT): $(block09_OBJECTS) $(block09_DEPENDENCIES)
@rm -f block09$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-21
View File
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = block10
block10_SOURCES = init.c
dist_rtems_tests_DATA = block10.scn block10.doc block10.png
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(block10_OBJECTS)
LINK_LIBS = $(block10_LDLIBS)
block10$(EXEEXT): $(block10_OBJECTS) $(block10_DEPENDENCIES)
@rm -f block10$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-21
View File
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = block11
block11_SOURCES = init.c
dist_rtems_tests_DATA = block11.scn block11.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(block11_OBJECTS)
LINK_LIBS = $(block11_LDLIBS)
block11$(EXEEXT): $(block11_OBJECTS) $(block11_DEPENDENCIES)
@rm -f block11$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-19
View File
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = block12
block12_SOURCES = init.c
dist_rtems_tests_DATA = block12.scn block12.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(block12_OBJECTS)
LINK_LIBS = $(block12_LDLIBS)
block12$(EXEEXT): $(block12_OBJECTS) $(block12_DEPENDENCIES)
@rm -f block12$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-19
View File
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = block13
block13_SOURCES = init.c
dist_rtems_tests_DATA = block13.scn block13.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(block13_OBJECTS)
LINK_LIBS = $(block13_LDLIBS)
block13$(EXEEXT): $(block13_OBJECTS) $(block13_DEPENDENCIES)
@rm -f block13$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-19
View File
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = block14
block14_SOURCES = init.c
dist_rtems_tests_DATA = block14.scn block14.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(block14_OBJECTS)
LINK_LIBS = $(block14_LDLIBS)
block14$(EXEEXT): $(block14_OBJECTS) $(block14_DEPENDENCIES)
@rm -f block14$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-19
View File
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = block15
block15_SOURCES = init.c
dist_rtems_tests_DATA = block15.scn block15.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(block15_OBJECTS)
LINK_LIBS = $(block15_LDLIBS)
block15$(EXEEXT): $(block15_OBJECTS) $(block15_DEPENDENCIES)
@rm -f block15$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-19
View File
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = block16
block16_SOURCES = init.c
dist_rtems_tests_DATA = block16.scn block16.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(block16_OBJECTS)
LINK_LIBS = $(block16_LDLIBS)
block16$(EXEEXT): $(block16_OBJECTS) $(block16_DEPENDENCIES)
@rm -f block16$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-19
View File
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = block17
block17_SOURCES = init.c
dist_rtems_tests_DATA = block17.scn block17.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(block17_OBJECTS)
LINK_LIBS = $(block17_LDLIBS)
block17$(EXEEXT): $(block17_OBJECTS) $(block17_DEPENDENCIES)
@rm -f block17$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,22 +0,0 @@
rtems_tests_PROGRAMS = bspcmdline01
bspcmdline01_SOURCES = init.c
dist_rtems_tests_DATA = bspcmdline01.scn
dist_rtems_tests_DATA += bspcmdline01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(bspcmdline01_OBJECTS)
LINK_LIBS = $(bspcmdline01_LDLIBS)
bspcmdline01$(EXEEXT): $(bspcmdline01_OBJECTS) $(bspcmdline01_DEPENDENCIES)
@rm -f bspcmdline01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-21
View File
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = capture01
capture01_SOURCES = init.c test1.c system.h
dist_rtems_tests_DATA = capture01.scn
dist_rtems_tests_DATA += capture01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(capture01_OBJECTS)
LINK_LIBS = $(capture01_LDLIBS)
capture01$(EXEEXT): $(capture01_OBJECTS) $(capture01_DEPENDENCIES)
@rm -f capture01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-28
View File
@@ -1,28 +0,0 @@
if HAS_COMPLEX
rtems_tests_PROGRAMS = complex
complex_SOURCES = init.c docomplex.c docomplexf.c docomplexl.c
endif
# FIXME: Skip long double, not yet supported in newlib
complex_CPPFLAGS = $(AM_CPPFLAGS) -DNO_LONG_DOUBLE
dist_rtems_tests_DATA = complex.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
if HAS_COMPLEX
complex_LDADD = -lm
LINK_OBJS = $(complex_OBJECTS) $(complex_LDADD)
LINK_LIBS = $(complex_LDLIBS)
complex$(EXEEXT): $(complex_OBJECTS) $(complex_DEPENDENCIES)
@rm -f complex$(EXEEXT)
$(make-exe)
endif
include $(top_srcdir)/../automake/local.am
+138 -93
View File
@@ -93,97 +93,142 @@ esac
AC_MSG_RESULT([$TEST_LIBDEBUGGER])
AM_CONDITIONAL(DEBUGGERTESTS,[test x"$TEST_LIBDEBUGGER" = x"yes"])
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
POSIX/Makefile
block01/Makefile
block02/Makefile
block03/Makefile
block04/Makefile
block05/Makefile
block06/Makefile
block07/Makefile
block08/Makefile
block09/Makefile
block10/Makefile
block11/Makefile
block12/Makefile
block13/Makefile
block14/Makefile
block15/Makefile
block16/Makefile
block17/Makefile
bspcmdline01/Makefile
capture01/Makefile
complex/Makefile
cpuuse/Makefile
crypt01/Makefile
debugger01/Makefile
defaultconfig01/Makefile
devfs01/Makefile
devfs02/Makefile
devfs03/Makefile
devfs04/Makefile
deviceio01/Makefile
devnullfatal01/Makefile
dl01/Makefile
dl02/Makefile
dl03/Makefile
dl04/Makefile
dl05/Makefile
dumpbuf01/Makefile
exit01/Makefile
exit02/Makefile
flashdisk01/Makefile
ftp01/Makefile
gxx01/Makefile
heapwalk/Makefile
i2c01/Makefile
libfdt01/Makefile
malloc02/Makefile
malloc03/Makefile
malloc04/Makefile
malloctest/Makefile
math/Makefile
mathf/Makefile
mathl/Makefile
md501/Makefile
mghttpd01/Makefile
monitor/Makefile
monitor02/Makefile
mouse01/Makefile
networking01/Makefile
newlib01/Makefile
putenvtest/Makefile
pwdgrp01/Makefile
pwdgrp02/Makefile
getentropy01/Makefile
rbheap01/Makefile
rtmonuse/Makefile
sha/Makefile
shell01/Makefile
sparsedisk01/Makefile
spi01/Makefile
stackchk/Makefile
stackchk01/Makefile
stringto01/Makefile
syscall01/Makefile
tar01/Makefile
tar02/Makefile
tar03/Makefile
termios/Makefile
termios01/Makefile
termios02/Makefile
termios03/Makefile
termios04/Makefile
termios05/Makefile
termios06/Makefile
termios07/Makefile
termios08/Makefile
termios09/Makefile
top/Makefile
tztest/Makefile
uid01/Makefile
utf8proc01/Makefile
])
# BSP Test configuration
RTEMS_TEST_CHECK([block01])
RTEMS_TEST_CHECK([block02])
RTEMS_TEST_CHECK([block03])
RTEMS_TEST_CHECK([block04])
RTEMS_TEST_CHECK([block05])
RTEMS_TEST_CHECK([block06])
RTEMS_TEST_CHECK([block07])
RTEMS_TEST_CHECK([block08])
RTEMS_TEST_CHECK([block09])
RTEMS_TEST_CHECK([block10])
RTEMS_TEST_CHECK([block11])
RTEMS_TEST_CHECK([block12])
RTEMS_TEST_CHECK([block13])
RTEMS_TEST_CHECK([block14])
RTEMS_TEST_CHECK([block15])
RTEMS_TEST_CHECK([block16])
RTEMS_TEST_CHECK([block17])
RTEMS_TEST_CHECK([bspcmdline01])
RTEMS_TEST_CHECK([calloc])
RTEMS_TEST_CHECK([capture01])
RTEMS_TEST_CHECK([clock_gettime])
RTEMS_TEST_CHECK([close])
RTEMS_TEST_CHECK([complex])
RTEMS_TEST_CHECK([cpuuse])
RTEMS_TEST_CHECK([crypt01])
RTEMS_TEST_CHECK([debugger01])
RTEMS_TEST_CHECK([defaultconfig01])
RTEMS_TEST_CHECK([devfs01])
RTEMS_TEST_CHECK([devfs02])
RTEMS_TEST_CHECK([devfs03])
RTEMS_TEST_CHECK([devfs04])
RTEMS_TEST_CHECK([deviceio01])
RTEMS_TEST_CHECK([devnullfatal01])
RTEMS_TEST_CHECK([dl01])
RTEMS_TEST_CHECK([dl02])
RTEMS_TEST_CHECK([dl03])
RTEMS_TEST_CHECK([dl04])
RTEMS_TEST_CHECK([dl05])
RTEMS_TEST_CHECK([dumpbuf01])
RTEMS_TEST_CHECK([dup2])
RTEMS_TEST_CHECK([exit01])
RTEMS_TEST_CHECK([exit02])
RTEMS_TEST_CHECK([fcntl])
RTEMS_TEST_CHECK([flashdisk01])
RTEMS_TEST_CHECK([flockfile])
RTEMS_TEST_CHECK([fork])
RTEMS_TEST_CHECK([free])
RTEMS_TEST_CHECK([fstat])
RTEMS_TEST_CHECK([ftp01])
RTEMS_TEST_CHECK([ftrylockfile])
RTEMS_TEST_CHECK([funlockfile])
RTEMS_TEST_CHECK([getentropy01])
RTEMS_TEST_CHECK([getlogin])
RTEMS_TEST_CHECK([getpwnam])
RTEMS_TEST_CHECK([getpwuid])
RTEMS_TEST_CHECK([gettimeofday])
RTEMS_TEST_CHECK([getuid])
RTEMS_TEST_CHECK([gxx01])
RTEMS_TEST_CHECK([heapwalk])
RTEMS_TEST_CHECK([htonl])
RTEMS_TEST_CHECK([i2c01])
RTEMS_TEST_CHECK([iconv])
RTEMS_TEST_CHECK([iconv_close])
RTEMS_TEST_CHECK([iconv_open])
RTEMS_TEST_CHECK([kill])
RTEMS_TEST_CHECK([libfdt01])
RTEMS_TEST_CHECK([longjmp])
RTEMS_TEST_CHECK([lseek])
RTEMS_TEST_CHECK([lstat])
RTEMS_TEST_CHECK([malloc])
RTEMS_TEST_CHECK([malloc02])
RTEMS_TEST_CHECK([malloc03])
RTEMS_TEST_CHECK([malloc04])
RTEMS_TEST_CHECK([malloctest])
RTEMS_TEST_CHECK([math])
RTEMS_TEST_CHECK([mathf])
RTEMS_TEST_CHECK([mathl])
RTEMS_TEST_CHECK([md501])
RTEMS_TEST_CHECK([mghttpd01])
RTEMS_TEST_CHECK([monitor])
RTEMS_TEST_CHECK([monitor02])
RTEMS_TEST_CHECK([mouse01])
RTEMS_TEST_CHECK([nanosleep])
RTEMS_TEST_CHECK([networking01])
RTEMS_TEST_CHECK([newlib01])
RTEMS_TEST_CHECK([open])
RTEMS_TEST_CHECK([pipe])
RTEMS_TEST_CHECK([posix_memalign])
RTEMS_TEST_CHECK([putenvtest])
RTEMS_TEST_CHECK([pwdgrp01])
RTEMS_TEST_CHECK([pwdgrp02])
RTEMS_TEST_CHECK([rbheap01])
RTEMS_TEST_CHECK([read])
RTEMS_TEST_CHECK([readv])
RTEMS_TEST_CHECK([realloc])
RTEMS_TEST_CHECK([rtmonuse])
RTEMS_TEST_CHECK([setjmp])
RTEMS_TEST_CHECK([sha])
RTEMS_TEST_CHECK([shell01])
RTEMS_TEST_CHECK([sigaddset])
RTEMS_TEST_CHECK([sigdelset])
RTEMS_TEST_CHECK([sigemptyset])
RTEMS_TEST_CHECK([sigfillset])
RTEMS_TEST_CHECK([sigismember])
RTEMS_TEST_CHECK([sigprocmask])
RTEMS_TEST_CHECK([sparsedisk01])
RTEMS_TEST_CHECK([spi01])
RTEMS_TEST_CHECK([stackchk])
RTEMS_TEST_CHECK([stackchk01])
RTEMS_TEST_CHECK([stat])
RTEMS_TEST_CHECK([stringto01])
RTEMS_TEST_CHECK([syscall01])
RTEMS_TEST_CHECK([tar01])
RTEMS_TEST_CHECK([tar02])
RTEMS_TEST_CHECK([tar03])
RTEMS_TEST_CHECK([termios])
RTEMS_TEST_CHECK([termios01])
RTEMS_TEST_CHECK([termios02])
RTEMS_TEST_CHECK([termios03])
RTEMS_TEST_CHECK([termios04])
RTEMS_TEST_CHECK([termios05])
RTEMS_TEST_CHECK([termios06])
RTEMS_TEST_CHECK([termios07])
RTEMS_TEST_CHECK([termios08])
RTEMS_TEST_CHECK([termios09])
RTEMS_TEST_CHECK([top])
RTEMS_TEST_CHECK([tztest])
RTEMS_TEST_CHECK([uid01])
RTEMS_TEST_CHECK([unlink])
RTEMS_TEST_CHECK([utf8proc01])
RTEMS_TEST_CHECK([vfork])
RTEMS_TEST_CHECK([wait])
RTEMS_TEST_CHECK([waitpid])
RTEMS_TEST_CHECK([write])
RTEMS_TEST_CHECK([writev])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
-21
View File
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = cpuuse
cpuuse_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h
dist_rtems_tests_DATA = cpuuse.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(cpuuse_OBJECTS)
LINK_LIBS = $(cpuuse_LDLIBS)
cpuuse$(EXEEXT): $(cpuuse_OBJECTS) $(cpuuse_DEPENDENCIES)
@rm -f cpuuse$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-19
View File
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = crypt01
crypt01_SOURCES = init.c
dist_rtems_tests_DATA = crypt01.scn crypt01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(crypt01_OBJECTS)
LINK_LIBS = $(crypt01_LDLIBS)
crypt01$(EXEEXT): $(crypt01_OBJECTS) $(crypt01_DEPENDENCIES)
@rm -f crypt01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = debugger01
debugger01_SOURCES = init.c remote.c system.h
dist_rtems_tests_DATA = debugger01.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(debugger01_OBJECTS)
LINK_LIBS = $(debugger01_LDLIBS)
debugger01$(EXEEXT): $(debugger01_OBJECTS) $(debugger01_DEPENDENCIES)
@rm -f debugger01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = defaultconfig01
defaultconfig01_SOURCES = init.c
dist_rtems_tests_DATA = defaultconfig01.scn defaultconfig01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(defaultconfig01_OBJECTS)
LINK_LIBS = $(defaultconfig01_LDLIBS)
defaultconfig01$(EXEEXT): $(defaultconfig01_OBJECTS) $(defaultconfig01_DEPENDENCIES)
@rm -f defaultconfig01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-21
View File
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = devfs01
devfs01_SOURCES = init.c
dist_rtems_tests_DATA = devfs01.scn
dist_rtems_tests_DATA += devfs01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(devfs01_OBJECTS)
LINK_LIBS = $(devfs01_LDLIBS)
devfs01$(EXEEXT): $(devfs01_OBJECTS) $(devfs01_DEPENDENCIES)
@rm -f devfs01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-20
View File
@@ -1,20 +0,0 @@
rtems_tests_PROGRAMS = devfs02
devfs02_SOURCES = init.c
dist_rtems_tests_DATA = devfs02.scn
dist_rtems_tests_DATA += devfs02.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(devfs02_OBJECTS)
LINK_LIBS = $(devfs02_LDLIBS)
devfs02$(EXEEXT): $(devfs02_OBJECTS) $(devfs02_DEPENDENCIES)
@rm -f devfs02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-20
View File
@@ -1,20 +0,0 @@
rtems_tests_PROGRAMS = devfs03
devfs03_SOURCES = init.c
dist_rtems_tests_DATA = devfs03.scn
dist_rtems_tests_DATA += devfs03.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(devfs03_OBJECTS)
LINK_LIBS = $(devfs03_LDLIBS)
devfs03$(EXEEXT): $(devfs03_OBJECTS) $(devfs03_DEPENDENCIES)
@rm -f devfs03$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-21
View File
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = devfs04
devfs04_SOURCES = init.c test_driver.c
devfs04_SOURCES += test_driver.h
dist_rtems_tests_DATA = devfs04.scn
dist_rtems_tests_DATA += devfs04.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(devfs04_OBJECTS)
LINK_LIBS = $(devfs04_LDLIBS)
devfs04$(EXEEXT): $(devfs04_OBJECTS) $(devfs04_DEPENDENCIES)
@rm -f devfs04$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = deviceio01
deviceio01_SOURCES = init.c test_driver.c
deviceio01_SOURCES += test_driver.h
dist_rtems_tests_DATA = deviceio01.scn
dist_rtems_tests_DATA += deviceio01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(deviceio01_OBJECTS)
LINK_LIBS = $(deviceio01_LDLIBS)
deviceio01$(EXEEXT): $(deviceio01_OBJECTS) $(deviceio01_DEPENDENCIES)
@rm -f deviceio01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,24 +0,0 @@
rtems_tests_PROGRAMS = devnullfatal01
devnullfatal01_SOURCES = ../../sptests/spfatal_support/init.c \
../../sptests/spfatal_support/system.h testcase.h
dist_rtems_tests_DATA = devnullfatal01.scn
dist_rtems_tests_DATA += devnullfatal01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -I$(top_srcdir)/../../sptests/spfatal_support
LINK_OBJS = $(devnullfatal01_OBJECTS)
LINK_LIBS = $(devnullfatal01_LDLIBS)
devnullfatal01$(EXEEXT): $(devnullfatal01_OBJECTS) \
$(devnullfatal01_DEPENDENCIES)
@rm -f devnullfatal01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-46
View File
@@ -1,46 +0,0 @@
rtems_tests_PROGRAMS = dl01
dl01_SOURCES = init.c dl-load.c dl-tar.c dl-tar.h
BUILT_SOURCES = dl-tar.c dl-tar.h
dist_rtems_tests_DATA = dl01.scn dl01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(dl01_OBJECTS)
LINK_LIBS = $(dl01_LDLIBS)
init.$(OBJEXT): dl-tar.h
dl-o1.o: dl-o1.c
dl.tar: dl-o1.o
@rm -f $@
$(PAX) -w -f $@ $<
CLEANFILES += dl.tar
dl-tar.c: dl.tar
$(BIN2C) -C $< $@
CLEANFILES += dl-tar.c
dl-tar.h: dl.tar
$(BIN2C) -H $< $@
CLEANFILES += dl-tar.h
dl01.pre: $(dl01_OBJECTS) $(dl01_DEPENDENCIES)
@rm -f dl01.pre
$(LINK_APP)
dl-sym.o: dl01.pre
rtems-syms -e -c "$(CFLAGS)" -o $@ $<
dl01$(EXEEXT): $(dl01_OBJECTS) $(dl01_DEPENDENCIES) dl-sym.o
@rm -f dl01$(EXEEXT)
$(LINK.c) $(CPU_CFLAGS) $(AM_CFLAGS) $(AM_LDFLAGS) \
-o $(basename $@)$(EXEEXT) $(LINK_OBJS) dl-sym.o $(LINK_LIBS)
include $(top_srcdir)/../automake/local.am
+3 -3
View File
@@ -27,10 +27,10 @@ const char rtems_test_name[] = "libdl (RTL) 1";
/* forward declarations to avoid warnings */
static rtems_task Init(rtems_task_argument argument);
#include "dl-tar.h"
#include "dl01-tar.h"
#define TARFILE_START dl_tar
#define TARFILE_SIZE dl_tar_size
#define TARFILE_START dl01_tar
#define TARFILE_SIZE dl01_tar_size
static int test(void)
{
-48
View File
@@ -1,48 +0,0 @@
rtems_tests_PROGRAMS = dl02
dl02_SOURCES = init.c dl-load.c dl-tar.c dl-tar.h
BUILT_SOURCES = dl-tar.c dl-tar.h
dist_rtems_tests_DATA = dl02.scn dl02.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(dl02_OBJECTS)
LINK_LIBS = $(dl02_LDLIBS)
init.$(OBJEXT): dl-tar.h
dl-o1.o: dl-o1.c
dl-o2.o: dl-o2.c
dl.tar: dl-o1.o dl-o2.o
@rm -f $@
$(PAX) -w -f $@ $^
CLEANFILES += dl.tar
dl-tar.c: dl.tar
$(BIN2C) -C $< $@
CLEANFILES += dl-tar.c
dl-tar.h: dl.tar
$(BIN2C) -H $< $@
CLEANFILES += dl-tar.h
dl02.pre: $(dl02_OBJECTS) $(dl02_DEPENDENCIES)
@rm -f dl02.pre
$(LINK_APP)
dl-sym.o: dl02.pre
rtems-syms -e -c "$(CFLAGS)" -o $@ $<
dl02$(EXEEXT): $(dl02_OBJECTS) $(dl02_DEPENDENCIES) dl-sym.o
@rm -f dl02$(EXEEXT)
$(LINK.c) $(CPU_CFLAGS) $(AM_CFLAGS) $(AM_LDFLAGS) \
-o $(basename $@)$(EXEEXT) $(LINK_OBJS) dl-sym.o $(LINK_LIBS)
include $(top_srcdir)/../automake/local.am
+3 -3
View File
@@ -27,10 +27,10 @@ const char rtems_test_name[] = "libdl (RTL) 2";
/* forward declarations to avoid warnings */
static rtems_task Init(rtems_task_argument argument);
#include "dl-tar.h"
#include "dl02-tar.h"
#define TARFILE_START dl_tar
#define TARFILE_SIZE dl_tar_size
#define TARFILE_START dl02_tar
#define TARFILE_SIZE dl02_tar_size
static int test(void)
{
-19
View File
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = dl03
dl03_SOURCES = init.c dl-cache.c
dist_rtems_tests_DATA = dl03.scn dl03.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(dl03_OBJECTS)
LINK_LIBS = $(dl03_LDLIBS)
dl03$(EXEEXT): $(dl03_OBJECTS) $(dl03_DEPENDENCIES)
@rm -f dl03$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-47
View File
@@ -1,47 +0,0 @@
rtems_tests_PROGRAMS = dl04
# include a C++ file in the source to trick automake into adding C++ rules <sigh>.
dl04_SOURCES = init.c dl-load.c dl-cpp.cpp dl-tar.c dl-tar.h
BUILT_SOURCES = dl-tar.c dl-tar.h
dist_rtems_tests_DATA = dl04.scn dl04.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(dl04_OBJECTS)
LINK_LIBS = $(dl04_LDLIBS)
init.$(OBJEXT): dl-tar.h
dl-o4.o: dl-o4.cpp
dl.tar: dl-o4.o
@rm -f $@
$(PAX) -w -f $@ $<
CLEANFILES += dl.tar
dl-tar.c: dl.tar
$(BIN2C) -C $< $@
CLEANFILES += dl-tar.c
dl-tar.h: dl.tar
$(BIN2C) -H $< $@
CLEANFILES += dl-tar.h
dl04.pre: $(dl04_OBJECTS) $(dl04_DEPENDENCIES)
@rm -f dl04.pre
$(LINK_APP)
dl-sym.o: dl04.pre
rtems-syms -e -c "$(CFLAGS)" -o $@ $<
dl04$(EXEEXT): $(dl04_OBJECTS) $(dl04_DEPENDENCIES) dl-sym.o
@rm -f dl04$(EXEEXT)
$(LINK.c) $(CPU_CFLAGS) $(AM_CFLAGS) $(AM_LDFLAGS) \
-o $(basename $@)$(EXEEXT) $(LINK_OBJS) dl-sym.o $(LINK_LIBS)
include $(top_srcdir)/../automake/local.am
+3 -3
View File
@@ -27,10 +27,10 @@ const char rtems_test_name[] = "libdl (RTL) 4";
/* forward declarations to avoid warnings */
static rtems_task Init(rtems_task_argument argument);
#include "dl-tar.h"
#include "dl04-tar.h"
#define TARFILE_START dl_tar
#define TARFILE_SIZE dl_tar_size
#define TARFILE_START dl04_tar
#define TARFILE_SIZE dl04_tar_size
static int test(void)
{
-47
View File
@@ -1,47 +0,0 @@
rtems_tests_PROGRAMS = dl05
dl05_SOURCES = init.c dl-load.c dl-cpp.cpp dl-tar.c dl-tar.h
BUILT_SOURCES = dl-tar.c dl-tar.h
dist_rtems_tests_DATA = dl05.scn dl05.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(dl05_OBJECTS)
LINK_LIBS = $(dl05_LDLIBS)
init.$(OBJEXT): dl-tar.h
dl-o5.o: dl-o5.cpp
dl.tar: dl-o5.o
@rm -f $@
$(PAX) -w -f $@ $<
CLEANFILES += dl.tar
dl-tar.c: dl.tar
$(BIN2C) -C $< $@
CLEANFILES += dl-tar.c
dl-tar.h: dl.tar
$(BIN2C) -H $< $@
CLEANFILES += dl-tar.h
dl05.pre: $(dl05_OBJECTS) $(dl05_DEPENDENCIES)
@rm -f dl05.pre
$(LINK.cc) $(CPU_CFLAGS) $(AM_CFLAGS) $(AM_LDFLAGS) \
-o $@ $(LINK_OBJS) $(LINK_LIBS)
dl-sym.o: dl05.pre
rtems-syms -e -c "$(CFLAGS)" -o $@ $<
dl05$(EXEEXT): $(dl05_OBJECTS) $(dl05_DEPENDENCIES) dl-sym.o
@rm -f dl05$(EXEEXT)
$(LINK.cc) $(CPU_CFLAGS) $(AM_CFLAGS) $(AM_LDFLAGS) \
-o $(basename $@)$(EXEEXT) $(LINK_OBJS) dl-sym.o $(LINK_LIBS)
include $(top_srcdir)/../automake/local.am
+3 -3
View File
@@ -27,10 +27,10 @@ const char rtems_test_name[] = "libdl (RTL) 5";
/* forward declarations to avoid warnings */
static rtems_task Init(rtems_task_argument argument);
#include "dl-tar.h"
#include "dl05-tar.h"
#define TARFILE_START dl_tar
#define TARFILE_SIZE dl_tar_size
#define TARFILE_START dl05_tar
#define TARFILE_SIZE dl05_tar_size
static int test(void)
{
-21
View File
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = dumpbuf01
dumpbuf01_SOURCES = init.c
dist_rtems_tests_DATA = dumpbuf01.scn
dist_rtems_tests_DATA += dumpbuf01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(dumpbuf01_OBJECTS)
LINK_LIBS = $(dumpbuf01_LDLIBS)
dumpbuf01$(EXEEXT): $(dumpbuf01_OBJECTS) $(dumpbuf01_DEPENDENCIES)
@rm -f dumpbuf01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-19
View File
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = exit01
exit01_SOURCES = init.c
dist_rtems_tests_DATA = exit01.scn exit01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(exit01_OBJECTS)
LINK_LIBS = $(exit01_LDLIBS)
exit01$(EXEEXT): $(exit01_OBJECTS) $(exit01_DEPENDENCIES)
@rm -f exit01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-19
View File
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = exit02
exit02_SOURCES = init.c
dist_rtems_tests_DATA = exit02.scn exit02.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(exit02_OBJECTS)
LINK_LIBS = $(exit02_LDLIBS)
exit02$(EXEEXT): $(exit02_OBJECTS) $(exit02_DEPENDENCIES)
@rm -f exit02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = flashdisk01
flashdisk01_SOURCES = init.c test-file-system.c
dist_rtems_tests_DATA = flashdisk01.scn flashdisk01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(flashdisk01_OBJECTS)
LINK_LIBS = $(flashdisk01_LDLIBS)
flashdisk01$(EXEEXT): $(flashdisk01_OBJECTS) $(flashdisk01_DEPENDENCIES)
@rm -f flashdisk01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-23
View File
@@ -1,23 +0,0 @@
rtems_tests_PROGRAMS = ftp01
ftp01_SOURCES = init.c
ftp01_LDADD = -lftpd
dist_rtems_tests_DATA = ftp01.scn
dist_rtems_tests_DATA += ftp01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -I$(RTEMS_SOURCE_ROOT)/cpukit/libnetworking
LINK_OBJS = $(ftp01_OBJECTS) $(ftp01_LDADD)
LINK_LIBS = $(ftp01_LDLIBS)
ftp01$(EXEEXT): $(ftp01_OBJECTS) $(ftp01_DEPENDENCIES)
@rm -f ftp01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
@@ -1,19 +0,0 @@
rtems_tests_PROGRAMS = getentropy01
getentropy01_SOURCES = init.c
dist_rtems_tests_DATA = getentropy01.scn getentropy01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(getentropy01_OBJECTS)
LINK_LIBS = $(getentropy01_LDLIBS)
getentropy01$(EXEEXT): $(getentropy01_OBJECTS) $(getentropy01_DEPENDENCIES)
@rm -f getentropy01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-21
View File
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = gxx01
gxx01_SOURCES = init.c
dist_rtems_tests_DATA = gxx01.scn
dist_rtems_tests_DATA += gxx01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(gxx01_OBJECTS)
LINK_LIBS = $(gxx01_LDLIBS)
gxx01$(EXEEXT): $(gxx01_OBJECTS) $(gxx01_DEPENDENCIES)
@rm -f gxx01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
-21
View File
@@ -1,21 +0,0 @@
rtems_tests_PROGRAMS = heapwalk
heapwalk_SOURCES = init.c system.h
dist_rtems_tests_DATA = heapwalk.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(heapwalk_OBJECTS)
LINK_LIBS = $(heapwalk_LDLIBS)
heapwalk$(EXEEXT): $(heapwalk_OBJECTS) $(heapwalk_DEPENDENCIES)
@rm -f heapwalk$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am

Some files were not shown because too many files have changed in this diff Show More