Skip to content
Permalink
89136f36f6
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 10 lines (10 sloc) 172 Bytes
#!/bin/bash
echo
echo "testing wff_dict.jl"
./wff_dict.jl tests/*
echo
echo "testing wff_type.jl"
./wff_type.jl tests/*
echo
echo "testing wff_mod.jl"
./wff_mod.jl tests/*