Skip to content

UPB-CS-Rust/rustybox-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustybox

Describe your solution for the homework.

Verify

Run the following commands to test your homework:

You will have to install NodeJS (it is installed in the codespace)

# Clone tests repository
git submodule update --init 

# Update tests repository to the lastest version
cd tests
git pull 
cd ..

# Install loadash
npm install lodash

Install rustybox

cargo install --path .

If the rustybox command can't be found, be sure to add the default cargo installation folder into the PATH environment variable

export PATH=/home/<your username here>/.cargo/bin:$PATH

Run tests

cd tests
# Run all tests 
./run_all.sh

# Run single test
./run_all.sh pwd/pwd.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •