Skip to content

Commit

Permalink
add test target
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-de committed Oct 3, 2023
1 parent a3506a6 commit 3f33e49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ $(TEST_ALBUM_MARKER): utilities/create-random-album.sh
./utilities/create-random-album.sh $(TEST_ALBUM_DIR)
@touch $(TEST_ALBUM_MARKER)

test: unittests container-unittests-all

unittests: $(UNITTESTS_MARKER)
$(UNITTESTS_MARKER): $(PHP_FILES) $(TEST_FILES) $(BUILD_DIR_MARKER)
phpunit $(PHPUNIT_PARAMS) --filter $(PHPUNIT_FILTER) --include-path "$(PHPUNIT_INCLUDE_PATH)" test
Expand Down

0 comments on commit 3f33e49

Please sign in to comment.