Skip to content
Snippets Groups Projects
Forked from redox-os / relibc
2054 commits behind the upstream repository.
Makefile 2.50 KiB
# Binaries that should generate the same output every time
EXPECT_BINS=\
	args \
	arpainet \
	assert \
	ctype \
	error \
	fcntl/create \
	fcntl/fcntl \
	locale \
	math \
	setjmp \
	stdio/all \
	stdio/freopen \
	stdio/fwrite \
	stdio/getc_unget \
	stdio/printf \
	stdio/rename \
	stdio/scanf \
	stdio/sprintf \
	stdlib/a64l \
	stdlib/atof \
	stdlib/atoi \
	stdlib/env \
	stdlib/mkostemps \
	stdlib/rand \
	stdlib/strtol \
	stdlib/strtoul \
	stdlib/system \
	string/mem \
	string/strchr \
	string/strcspn \
	string/strncmp \
	string/strpbrk \
	string/strrchr \
	string/strspn \
	string/strstr \
	string/strtok \
	string/strtok_r \
	strings \
	time/asctime \
	time/gmtime \
	time/localtime \
	time/mktime \
	time/strftime \
	time/time \
	unistd/brk \
	unistd/dup \
	unistd/exec \
	unistd/fchdir \
	unistd/fsync \
	unistd/ftruncate \
	unistd/getopt \
	unistd/pipe \
	unistd/rmdir \
	unistd/sleep \
	unistd/write \
	waitpid \
	wchar/mbrtowc \
	wchar/mbsrtowcs \
	wchar/putwchar \
	wchar/wcrtomb

# Binaries that may generate varied output
BINS=\
	$(EXPECT_BINS) \
	stdlib/alloc \
	stdlib/bsearch \
	stdlib/mktemp \
	unistd/chdir \