aboutsummaryrefslogtreecommitdiff
path: root/dist/tests/cxx/serializer/validation/built-in/nmakefile
blob: dc56ec7f1974060cd85d3fa7ec49374fb67d0525 (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"

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