Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Update xthScript for pa7-tests and the make zip for Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolkabra committed May 16, 2019
1 parent 2ced6bf commit cde67f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ test-unit: ## Run unit tests in the project
./gradle_exec.sh --no-daemon test

zip: clean ## Zip Xi Compiler source files into xic.zip
# netid of a random group member added to the zip file name
zip -r xic-kc875.zip $(GRADLE_SETUP_FILES) Makefile lib src runtime xic-build xic tests/xthScriptBuild $(SUBMIT_TEST_DIRS) -x *.results*
zip -r xic.zip $(GRADLE_SETUP_FILES) Makefile lib src xic-build xic tests/xthScriptBuild $(SUBMIT_TEST_DIRS) -x "*.results"

clean: ## Clean temporary build files from the directory
rm -rf xic.zip build .gradle ~/bin/xic
Expand Down
1 change: 1 addition & 0 deletions tests/pa7-tests/xthScript
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
xic-ext ("Test -target linux") "-libpath $(testpath) -target linux" {
class_equality.xi;
multi-decl.xi;
nested_break.xi;
simple_break.xi;
simple_class.xi;
ternary_test.xi;
Expand Down

0 comments on commit cde67f4

Please sign in to comment.