mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 23:18:48 +00:00
Update tests
This commit is contained in:
5
scripts/make-submissions.sh
Executable file
5
scripts/make-submissions.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
rm -rf hw4.zip hw5.zip
|
||||
zip hw4.zip -j src/opt/opt_utils.rs src/opt/mem2reg.rs
|
||||
zip hw5.zip -j src/opt/opt_utils.rs src/opt/gvn.rs
|
||||
Reference in New Issue
Block a user