summaryrefslogtreecommitdiff
path: root/test/Makefile
blob: 252e0a15c7d09b01b6eec3a24a615e3ac5381d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
MAKEFLAGS += -s

all: 7ed-TESTING
7ed-TESTING:
	cd .. && make tests
	echo "Done."

clean: 
	cd .. && make clean
	echo "Cleaned."

smode:
	echo "CC input.c ---> smode"
	cd .. && gcc -Wfatal-errors -Wall -Werror -Wextra -g -fsanitize=address input.c i_validation.c -o test/smode