Skip to content

Commit

Permalink
Add phobos tests to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
atilaneves committed Dec 1, 2019
1 parent d7cabc5 commit 5f07f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export PYD_D_VERSION_13 ?= Python_3_8_Or_Later
all: test
test: test_python test_cs
test_python: test_python_pyd test_python_pynih
test_python_pyd: test_simple_pyd test_pyd_pyd test_issues_pyd test_numpy_pyd
test_python_pynih: test_simple_pynih test_pyd_pynih test_issues_pynih
test_python_pyd: test_simple_pyd test_pyd_pyd test_issues_pyd test_phobos_pyd test_numpy_pyd
test_python_pynih: test_simple_pynih test_pyd_pynih test_issues_pynih test_phobos_pynih
test_python_phobos: test_phobos_pynih test_phobos_pyd
test_cs: test_simple_cs

Expand Down

0 comments on commit 5f07f7c

Please sign in to comment.