summaryrefslogtreecommitdiff
path: root/tests/endianess/Makefile
blob: 958a2e48d8c3327013e51f2caa91e533a27a9c8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# this is a backward compatibility test for endianess (single n)

MKC_CHECK_BUILTINS +=		endianess

MKC_REQD =		0.12.0

.include <mkc.configure.mk>

.PHONY: showme
showme:
	@echo BUILTIN.endianess=${BUILTIN.endianess}

.include "test.mk"
.include <mkc.prog.mk>