From b135374d5e40df21871b3e0c9efc69ba2d8361cb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 20 Oct 2009 10:50:22 +0200 Subject: Add tests to the distribution The distribution makefiles for tests are automatically generated by the build/dist script. nmakefiles are not yet generated. --- dist/makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist/makefile') diff --git a/dist/makefile b/dist/makefile index df44825..1d06b13 100644 --- a/dist/makefile +++ b/dist/makefile @@ -1,8 +1,13 @@ dirs := libxsde examples +ifneq ($(filter $(MAKECMDGOALS),test clean),) +dirs += tests +endif + .PHONY: all $(dirs) all: $(dirs) +tests: libxsde examples: libxsde $(dirs): -- cgit v1.1