| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-19 16:12:54 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-19 16:12:54 +0200 |
| commit | 0b35af5ee0e660c810e22a09738ff1960745db23 (patch) | |
| tree | 46adb210a3a4c0d70f2be5f0e4a6767860fa05e8 /data/test/Makefile | |
| parent | 8a15d57b056cf84aa9b2ae0234bf5bc432b414c3 (diff) | |
Fixes anonymous strings, adds CNE_01100 test.
Diffstat (limited to 'data/test/Makefile')
| -rw-r--r-- | data/test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/test/Makefile b/data/test/Makefile index f4f52f1..323cfeb 100644 --- a/data/test/Makefile +++ b/data/test/Makefile @@ -12,6 +12,7 @@ SOLUTION_FILES = $(addsuffix .sol,$(addprefix $(SOLUTION_DIR)/,$(TEST_DIRS))) #VHD_FILES = $(addsuffix .vhd, $(TEST_FILES)) AST_FILES = $(addsuffix .xml, $(TEST_FILES)) OCL_FILES = $(addsuffix .ocl, $(TEST_FILES)) +SOL_FILES = $(addsuffix .sol, $(TEST_FILES)) VLD_FILES = $(addsuffix /valid.result, $(TEST_DIRS)) IVLD_FILES = $(addsuffix /invalid.result, $(TEST_DIRS)) @@ -41,6 +42,7 @@ clean: rm -f $(OCL_FILES) rm -f $(VLD_FILES) rm -f $(IVLD_FILES) + rm -f $(SOL_FILES) rm -rf /tmp/tabellion_{,in}valid $(AST_FILES): %.xml : %.vhd |


