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

Commit

Permalink
Move core.time non-documentation unittests to tests/time
Browse files Browse the repository at this point in the history
Tests like these that run in CI don't need to be repeated in every
user's unittest builds.
  • Loading branch information
n8sh committed Oct 1, 2018
1 parent a59c383 commit 4a2349e
Show file tree
Hide file tree
Showing 6 changed files with 2,081 additions and 1,914 deletions.
2 changes: 1 addition & 1 deletion posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ UT_MODULES:=$(patsubst src/%.d,$(ROOT)/unittest/%,$(SRCS))
HAS_ADDITIONAL_TESTS:=$(shell test -d test && echo 1)
ifeq ($(HAS_ADDITIONAL_TESTS),1)
ADDITIONAL_TESTS:=test/init_fini test/exceptions test/coverage test/profile test/cycles test/allocations test/typeinfo \
test/aa test/hash \
test/aa test/hash test/time \
test/thread test/unittest test/imports test/betterc
ADDITIONAL_TESTS+=$(if $(SHARED),test/shared,)
endif
Expand Down
Loading

0 comments on commit 4a2349e

Please sign in to comment.