Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3758 → Rev 3757

/trunk/uspace/app/tester/stdio/stdio2.def
File deleted
/trunk/uspace/app/tester/stdio/stdio2.c
File deleted
/trunk/uspace/app/tester/stdio/stdio1.def
1,6 → 1,6
{
"stdio1",
"ANSI C streams reading test",
"ANSI C streams test",
&test_stdio1,
true
},
/trunk/uspace/app/tester/tester.c
60,7 → 60,6
#include "vfs/vfs1.def"
#include "console/console1.def"
#include "stdio/stdio1.def"
#include "stdio/stdio2.def"
{NULL, NULL, NULL}
};
 
/trunk/uspace/app/tester/tester.h
73,7 → 73,6
extern char * test_vfs1(bool quiet);
extern char * test_console1(bool quiet);
extern char * test_stdio1(bool quiet);
extern char * test_stdio2(bool quiet);
 
extern test_t tests[];
 
/trunk/uspace/app/tester/Makefile
58,7 → 58,6
devmap/devmap1.c \
console/console1.c \
stdio/stdio1.c \
stdio/stdio2.c \
vfs/vfs1.c
 
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))