#!/bin/sh
# create the quick test directory
# into which just copy a scintillating sample of the other tests

/bin/rm -rf quick
mkdir quick

# below are tests for *single* VM programs only!
# it would be nice to multi VM programs too here
# but the instructions for those are a bit more complicated

####### these are just for now...
####### need to add some more
cp -rp baby quick/baby
cp -rp fact/2 quick/fact_2
cp -rp misc/invocation_count/st_by/0 quick/misc_invocation_count_st_by_0
