| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-01 15:58:25 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-01 15:58:25 +0200 |
| commit | 3466690e0a13a145d8d1eef89eba3f962f9f6e2b (patch) | |
| tree | 92002b426a60b770ab3bbd784e326466bd28737a /Makefile | |
| parent | dcc5284790f16566c4885f9e0fa3c6fb9577c11d (diff) | |
Adds test cases for the issue.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ ## Makefile Parameters ######################################################### LEVEL_FILES = $(wildcard ${CURDIR}/data/level/*.lvl) PROPERTY_FILES = \ - $(wildcard ${CURDIR}/data/property/*.pro) + $(wildcard ${CURDIR}/data/property/test-case/*.pro) # $(wildcard ${CURDIR}/data/property/cnes/*.pro) AST_FILE = ${CURDIR}/data/ast/best_chronometer_ever.xml #AST_FILE = ${CURDIR}/data/ast/pong.xml |


