~nux-team/nux/nux.comment-out-failed-test-parts

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = data NuxCore NuxGraphics Nux examples gputests tests tools

CXXFLAGS += -fno-permissive

include doxygen-include.am

if BUILD_DOCUMENTATION
all: doxygen-doc
endif

DISTCLEANFILES = doc/html/* doc/*
EXTRA_DIST = $(DX_CONFIG) autogen.sh COPYING.gpl .bzrignore

check-headless:
	cd tests; $(MAKE) check-headless