Skip to content

Commit

Permalink
Cleaned up stress tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Clarke committed Jul 6, 2017
1 parent ce7f447 commit c7e22e3
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 8 deletions.
41 changes: 34 additions & 7 deletions src/tests/IGNORED_FILES.grep
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
4 changes: 3 additions & 1 deletion src/tests/stress/savina/11.BndBuffer/Makefile
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit c7e22e3

Please sign in to comment.