lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I'm trying to instruct lunit to trigger a specific test in my suit
instead of all, but when I use the --test or -t option with the exact
name of my function still all test cases are loaded. I execute it like
this:

$ lunit --test test_function_name mytestfile.lua

Am I missing something?

Thijs