Skip to content

Commit

Permalink
make: add the test target
Browse files Browse the repository at this point in the history
  • Loading branch information
avagin committed Oct 22, 2015
1 parent c1dc681 commit d24d613
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ all: $(LIBCT).so $(LIBCT).a $(FAKE_LIBS)
test-build:
$(Q) $(MAKE) -C test all

test: test-build
$(Q) $(MAKE) -C test run-local

docs:
$(Q) $(MAKE) -s -C Documentation all

Expand Down

0 comments on commit d24d613

Please sign in to comment.