Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Boßung committed Sep 3, 2014
1 parent 8a3ea81 commit 42de517
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -180,7 +180,7 @@ $(DRUNTIME): $(OBJS) $(SRCS)
UT_MODULES:=$(patsubst src/%.d,$(OBJDIR)/%,$(SRCS))
HAS_ADDITIONAL_TESTS:=$(shell test -d test && echo 1)
ifeq ($(HAS_ADDITIONAL_TESTS),1)
ADDITIONAL_TESTS:=test/init_fini test/exceptions test/bugzilla
ADDITIONAL_TESTS:=test/init_fini test/exceptions
ADDITIONAL_TESTS+=$(if $(findstring $(OS),linux),test/shared,)
endif

Expand Down
31 changes: 0 additions & 31 deletions test/bugzilla/Makefile

This file was deleted.

9 changes: 0 additions & 9 deletions test/bugzilla/src/test7151.d

This file was deleted.

0 comments on commit 42de517

Please sign in to comment.