Changeset b5bb444
- Timestamp:
- Mar 10, 2020, 4:21:25 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- fd2b607
- Parents:
- 541d8219
- Location:
- tests
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r541d8219 rb5bb444 26 26 DEBUG_FLAGS=-debug -O0 27 27 28 quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes abort28 quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes 29 29 30 30 concurrent= -
tests/Makefile.in
r541d8219 rb5bb444 394 394 archiveerrors = 395 395 DEBUG_FLAGS = -debug -O0 396 quick_test = avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes abort396 quick_test = avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes 397 397 concurrent = 398 398 timeouts =
Note: See TracChangeset
for help on using the changeset viewer.