Skip to content

Brandon/cse3150-grading

master
Switch branches/tags
Code

Latest commit

I'm finding that some people didn't test the larger numbers on q1-q4
since it didn't appear in the example until q5. Whatever; we'll give
them points if they considered it for q5.
cc8d7da

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 

CSE 3150 Testing

Compiling

This project uses cmake to manage dependencies. Compiling the assignment testing binaries involves running a few commands. This produces an "out of source" build.

$ git submodule update --init --recursive
$ mkdir build
$ cd build
$ cmake ..
$ make

Running

The built binaries will be available in the build folder. They expect to be ran with the student git repo as the current working directory.

$ cd cse3150sp18.brc15007
$ ~/cse3150-testing/build/bin/asgn1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks