1 OUTPUT_DIR=./bin 2 3 pushd $OUTPUT_DIR >> /dev/null 4 5 # running test for key is an integer - compares (ordered map, unordered map, array and vector storage) 6 ./int_key_compare 7 8 # running test for key is a string - compares (ordered map and unordered map) 9 ./string_key_compare 10 11 popd >> /dev/null