From 5f07f7c651a9fa4de9e87fa5ad7b0ce1c686ddc3 Mon Sep 17 00:00:00 2001 From: Atila Neves Date: Sun, 1 Dec 2019 13:06:52 +0100 Subject: [PATCH] Add phobos tests to test suite --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2127ce5b..424543e4 100644 --- a/Makefile +++ b/Makefile @@ -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