pwightman / nfa_evaluator

NFA evaluation
1 stars 1 forks source link

Testing #4

Open pwightman opened 12 years ago

pwightman commented 12 years ago

Hey guys, I wrote up a test harness and moved Michael's tests into it. I made a .pro file for it as well, so you should be able to just run:

qmake nfa_test.pro
make
./test_nfa

to run it. I'll be adding more tests to it here shortly, with larger NFA's and the like.