trick/trick_source/sim_services/Clock/test/.gitignore
Alex Lin 09c467e423 Input processor crashes if second event with same name is created
When allocating a new event, if the same name is used, no allocation is
created and NULL is returned.  We start trying to use the returned value
which seg-faulted.  I added a check to only continue if the returned value
from the allocation is not NULL.

refs #149
2015-12-03 10:10:39 -06:00

4 lines
38 B
Plaintext

*.o
BC635Clock_test
TPROCTEClock_test