aboutsummaryrefslogtreecommitdiff
path: root/dist/tests/cxx/serializer/validation/built-in/nmakefile
blob: dc2b3c91a2acb48fc0f4f8fcab71ed8568f0e53c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
root = ..\..\..\..\..

!include $(root)\build\config.nmake

dirs = date-time decimal integer qname string

all:
	@for %i in ( $(dirs) ) do \
@cmd /c "cd %i & $(MAKE) /nologo /f nmakefile"

test clean:
	@for %i in ( $(dirs) ) do \
@cmd /c "cd %i & $(MAKE) /nologo /f nmakefile $@"