From 70976ab6c97d6ac288039279b04914e5c14cf05d Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Wed, 15 Dec 2021 13:05:22 +0100 Subject: [PATCH] test: improve Makefile; add TestCSStudio.py --- testTop/pyTestsApp/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/testTop/pyTestsApp/Makefile b/testTop/pyTestsApp/Makefile index 7af8f6d..4727292 100644 --- a/testTop/pyTestsApp/Makefile +++ b/testTop/pyTestsApp/Makefile @@ -6,6 +6,7 @@ include $(TOP)/configure/CONFIG #============================= # Test programs +PYTESTS += TestCSStudio.py PYTESTS += TestDBEAlarm.py PYTESTS += TestDBELog.py PYTESTS += TestDBEProp.py @@ -45,8 +46,10 @@ endif runtests: nosetests $(PYTESTS:%=../%) -$(TAPFILES): Test%.tap: ../Test%.py - nosetests --with-tap $< +$(TAPFILES): .runtests.tap ; +.INTERMEDIATE: .runtests.tap +.runtests.tap: + nosetests --with-tap $(PYTESTS:%=../%) # Workaround for 3.14 make rules: special target to avoid circular dependencies build runtests tapfiles: testfiles pvlist.txt