diff --git a/src/tests/IGNORED_FILES.grep b/src/tests/IGNORED_FILES.grep index adb005a5d..9b4e35e97 100644 --- a/src/tests/IGNORED_FILES.grep +++ b/src/tests/IGNORED_FILES.grep @@ -1,13 +1,6 @@ # This file support line comments. # Note that the # must appear first on the line -#Pedsim util modules should not be considered tests -stress/pedsim/Ped_util/Agent_passive -stress/pedsim/Ped_util/Global_funs -stress/pedsim/Ped_util/IO -stress/pedsim/Ped_util/Quad_tree -stress/pedsim/Ped_util/Regions -stress/pedsim/Ped_util/XML # # Modules used by 'modules' tests # Should not be considered as tests @@ -68,3 +61,37 @@ stress/savina/13.SleepingBarber/FiFoBoundedList stress/savina/13.SleepingBarber/FiFoList stress/savina/14.CigaretteSmokers/CigaretteSmokers + +stress/savina/11.BndBuffer/Consumer +stress/savina/11.BndBuffer/HackyQueue +stress/savina/11.BndBuffer/Manager +stress/savina/11.BndBuffer/Producer +stress/savina/11.BndBuffer/RandomNewSyntax +stress/savina/11.BndBuffer/Util + +stress/savina/12.DiningPhilosophers/Philosophers + +stress/savina/21.ParallelQuickSort/ArrayList + +stress/savina/29.PiPrecision/BigDecimal +stress/savina/29.PiPrecision/PiPrecisionConfig + +stress/savina/4.fjthrput/ThroughputActor +stress/savina/4.fjthrput/ThroughputConfig + +stress/savina/5.fjcreate/ForkJoinActor +stress/savina/5.fjcreate/ForkJoinConfig + +stress/savina/7.Chameneos/List + +stress/savina/9.concdict/ArrayList +stress/savina/9.concdict/Hashmap +stress/savina/9.concdict/More + +#Pedsim util modules should not be considered tests +stress/pedsim/Ped_util/Agent_passive +stress/pedsim/Ped_util/Global_funs +stress/pedsim/Ped_util/IO +stress/pedsim/Ped_util/Quad_tree +stress/pedsim/Ped_util/Regions +stress/pedsim/Ped_util/XML diff --git a/src/tests/stress/savina/11.BndBuffer/Makefile b/src/tests/stress/savina/11.BndBuffer/Makefile index 11d0bafec..133056365 100644 --- a/src/tests/stress/savina/11.BndBuffer/Makefile +++ b/src/tests/stress/savina/11.BndBuffer/Makefile @@ -1,8 +1,10 @@ main: - encorec -O3 main.enc -I ../../modules/standard + ../../../../../release/encorec -O3 main.enc all: main run: main /usr/bin/time ./main + +clean: