Ad
  • Custom User Avatar

    I know this is old, but for those who are having the same issue...

    The issue is that no one defined Automaton "undefined reference to `Automaton::Automaton()'"
    All I did was change Automaton(); to Automaton() = default; then the tests ran. Either that or comment it.