Oh, sorry, I gave the wrong instructions.  The test suite is actually called 
`DistributionTest` not `DiscreteDistributionTest`, and the tests are found in 
`distribution_test.cpp`.  Take a look and you'll see what the names are.

So you could do something like, e.g.,

```
(gdb) break distribution_test.cpp:35
(gdb) run -t DistributionTest/DiscreteDistributionConstructorTest
```

You can see that I can also specify the name of the individual test to run, as 
well as the test suite.  So you can use this strategy to see how it is working.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/810#issuecomment-266778832
_______________________________________________
mlpack mailing list
[email protected]
http://knife.lugatgt.org/cgi-bin/mailman/listinfo/mlpack

Reply via email to