#!/usr/bin/make -f

# There is a cyclic dependency between trame and trame-server in the testsuite.
# Limit testing to the files that do not require trame.
export PYBUILD_TEST_ARGS=tests/test_controller.py tests/test_state.py tests/test_translator.py tests/test_typed_state.py tests/test_typed_state_future_annotations.py

%:
	dh $@ --buildsystem=pybuild
