From 4c7f96075976a85fc02f4750dc6025079c133747 Mon Sep 17 00:00:00 2001 From: leandor Date: Sat, 5 Nov 2016 00:57:54 -0300 Subject: [PATCH] (#18) Fixed test runner target Test runner through CMake was broken because it still looked for the old test1.py files. --- tests/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 460d42c..5b025b0 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -7,8 +7,7 @@ endif() set (CINT_PYTEST_FILES - test1.py - #test2.py + papi )