Skip to content
Permalink
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?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 13 lines (13 sloc) 242 Bytes
#!/bin/bash
echo
echo "testing wff_mod.jl"
./wff_mod.jl tests/*
echo
echo "testing wff_type.jl"
./wff_type.jl tests/*
echo
echo "testing wff_dict.jl"
./wff_dict.jl tests/*
echo
echo "testing wff_dict_verbose.jl"
./wff_dict_verbose.jl tests/*