Skip to content

Commit

Permalink
simplify running specific tests from the top level
Browse files Browse the repository at this point in the history
Signed-off-by: Mic Bowman <[email protected]>
  • Loading branch information
cmickeyb committed Dec 10, 2024
1 parent c85b8ae commit e6fbcda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ TEST_LOG_LEVEL ?= warn
TEST_LOG_FILE ?= __screen__
TEST_SERVICE_HOST ?= $(PDO_HOSTNAME)
TEST_LEDGER ?= $(PDO_LEDGER_URL)
TEST_LIST ?= ^system

VERSION=${shell ${SOURCE_ROOT}/bin/get_version}

Expand All @@ -51,7 +52,7 @@ test : install
-DTEST_LOG_FILE=$(TEST_LOG_FILE) \
-DTEST_LEDGER=$(TEST_LEDGER) \
-DTEST_SERVICE_HOST=$(TEST_SERVICE_HOST)
@ make -C build test ARGS='-V'
@ make -C build test ARGS='-V -R "$(TEST_LIST)"'

clean :
@ echo Remove build directory
Expand Down

0 comments on commit e6fbcda

Please sign in to comment.