Skip to content

Brandon/cse3150-grading

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
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
February 23, 2019 12:46
February 23, 2019 12:46
February 21, 2019 02:17
February 23, 2019 12:46
February 23, 2019 12:46
February 23, 2019 12:46

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