Skip to content

jgthomas/succ-functional-tests

 
 

Repository files navigation

Functional tests for succ

This is an adapted and expanded version of the test suite provided by Nora Sandler.

Script Changes

  • Tests now grouped by language feature

  • Test script now outputs green or red for passing and failing tests, respectively

  • General refactoring of test script

New Tests Added

  • Further unary and binary operators

  • Bitwise operators

  • Pointers

  • Basic type checking

  • Arrays

Languages

  • C 76.3%
  • Shell 23.7%